Regex
Tag details
Welcome to the 'Regex' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'Regex'.
Look up
"Regex"
at The Free Dictionary
Latest blogosphere posts tagged “Regex”
-
A good url regular expression? (repost)
Ivan Porto Carrero —
Authority: 98
I’m moving this post from http://geekswithblogs.net/casualjim/archive/2005/12/01/61722.aspx I started out blogging on geeks with blogs but I can’t allow comments there anymore or I get too much spam, so I’m moving the post from there to this place. Various people have contributed through the comments in the ...4 days ago -
Match All Image Tags Using REGEX
Return True —
Authority: 112
While I am busy with the update of The Attached Image (which is taking a while) I thought I’d write a post about something that is commonly searched for, or so I’ve read. Matching image tags using REGEX can be difficult, but I’m here to, hopefully, make it easier.To match all image tags in a [...]1 week ago -
Extract Extension from Filename
Highub - IT Web Tips —
Authority: 141
There are many times during web front-end development that you need to extract extension from filename using Regular Expression. One such time will be when you try to validate the image type when someone try to upload a photo. Below is an example of how to do ...1 week ago -
Python links for October 28th, 2009
Karl Martino —
Authority: 424
Dive Into Python: Chapter 11. HTTP Web Services IBM developerWorks: Working with Web server logs ActiveState: Python recipes PLEAC - Programming Language Examples Alike Cookbook: PLEAC - Python2 weeks ago -
Lookbehind in Regex searches
PimpThisBlog.com - Latest published stories —
Authority: 464
I’ve said it before – Regex is not one of my strengths and although I use Regex expression quite frequently in code I’m in fear (literally) of using longer Regex expressions, fully expecting to look at my own Regex code and not remember what it does10 minutes later :-}. Ok, not quite so bad, but not completely ...4 weeks ago -
More Fun with Regular Expressions : Word and Paragraph Parsing
Chris Love's Official ASP.NET Blog —
Authority: 445
Trolling the ASP.NET forums again this morning, I know I do it a lot, I found a question trying to parse the paragraphs out of a series of text. So I knew I had to answer it. The regular expression needed is (.+). This tells the Regular Expression object to match on a series of one or more word related characters. ...4 weeks ago -
Lookbehind in Regex searches
Rick Strahl's Web Log —
Authority: 476
I’ve said it before – Regex is not one of my strengths and although I use Regex expression quite frequently in code I’m in fear (literally) of using longer Regex expressions, fully expecting to look at my own Regex code and not remember what it does10 minutes later :-}. Ok, not quite so bad, but not completely ...5 weeks ago