|
|
Stories recently tagged with 'RegEx'
|
|
submitted by
activa
23 days, 23 hours ago
blog.activa.be — Detecting URLs in text is harder than you would expect. In fact, it can't be done with a set of hard rules, but we can get very close by using a single .NET regular expression.
Purists will protest, but what's wrong with "good enough"? read more...
|
|
tags:
RegEx | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bok777
1 month, 12 days ago
bookofkai.com — Efficient exclusion of certain patterns using .NET Regex functionality. I.e. find all instances of "X" but ignore all instance of "X" if it's found inside of a Tag "<>". read more...
|
|
tags:
RegEx | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
drugarce
4 months, 22 days ago
immike.net — Many programmers disregard regular expressions as line noise, and it’s a damned shame because they come in handy so often. Once you’ve gotten the hang of them, regular expressions can be used to solve countless real world problems... read more...
|
|
tags:
RegEx | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jwkratz
4 months, 26 days ago
codinghorror.com — If you've ever talked about regular expressions with another programmer, you've invariably heard this 1997 chestnut: 'Some people, when confronted with a problem, think "I know, I'll use regular expressions." Now they have two problems.' read more...
|
|
tags:
RegEx | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
docluv
5 months, 4 days ago
professionalaspnet.com — A review and example of Roy Osherove's new Regular Expression Visualizer for Visual Studio. read more...
|
|
tags:
RegEx | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
yousefla
5 months, 5 days ago
mycsharpcorner.com — Here is a quick one line code to extract __VIEWSTATE hidden form field from the ASP.NET Login page. This comes in handy during web automation of the ASP.NET form authentication. read more...
|
|
tags:
RegEx | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rsoni
5 months, 11 days ago
dailycoding.com — Cool Online regular expression tester with Help read more...
|
|
tags:
RegEx | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Klaus
5 months, 12 days ago
tellingmachine.com — The tool that I am presenting here renames batches of files that have some kind of numerical index as part of their file name. It can rename the text before the index, it can shift the index numbers, give the files a new extension and add or remove leading zeros to and from the numerical index part of the file name. It uses Regular Extensions to parse the file names. read more...
|
|
tags:
FileInfo.MoveTo, RegEx, winforms | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
yousefla
5 months, 24 days ago
mycsharpcorner.com — An example to use RegEx to split a string in C# read more...
|
|
tags:
RegEx | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
tomdog
6 months, 20 days ago
atalasoft.com — While implementing Binary Cross Reference Streams we were surprised to see that they could be encoded with PNG Predictors. This was surprising because binary cross reference streams aren’t images, they are byte tables. The first byte can only contain the numbers 0, 1 and 2 and are often the same, the middle two bytes are often the same and the last byte is generally increasing by one each time. Knowing this about the data you can develop a lossless algorithm which normalizes the data and so makes PKZIP/GZIP/FLATE compression work much better. read more...
|
|
tags:
RegEx | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
tomdog
6 months, 23 days ago
atalasoft.com — "One of the hurdles to get this working for .Net was computing the code complexity. There aren't any good existing open source, and free options out there in the tubes to do this so I had to code it up all on my own. I took a bag of words approach, and decided to just parse the source files with regular expressions."
Code samples included in the entry. read more...
|
|
tags:
RegEx | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 7 days ago, submitted by
igoro1975
7 months, 8 days ago
diffio.com — Validation (regexp) for credit cards (Visa, Master Card, Discover, Diners Club, American Express). read more...
|
|
tags:
RegEx | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 21 days ago, submitted by
gavinjoyce
7 months, 25 days ago
txt2re.com — Generate regular expressions from sample text input read more...
|
|
tags:
RegEx | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|