7 posts tagged with regularexpressions and regex. (View popular tags)
Displaying 1 through 7 of 7. Subscribe:
Regular Expressions: How can I get my two subexpressions to match repeatedly? Right now my pattern matches the first instances but refuses to match anything after it. [more inside]
posted by cowbellemoo
on Jul 12, 2009 -
6 answers
I'm trying to use Regular Expressions in Textmate to do a Find/Replace. The goal: Find id="1", id="2", id="3", etc. and Replace with a value of +14, so that I replace yields id="15", id="16", id="17" etc. Thank you! [more inside]
posted by pinto
on Mar 18, 2009 -
14 answers
Help me composite some regex.
(That phrasing makes this question sound way less nerdy than it is) [more inside]
posted by ChasFile
on Dec 28, 2007 -
13 answers
What's a regular expression to match and replace space characters between curly braces with under scores? [more inside]
posted by pealco
on Jan 21, 2007 -
20 answers
HtAccessFilter: I’m seeking regular expressions to describe URLs that encompass search engines’ image and video search engines, but not the engines themselves, so that I can block said image and video search engines using “SetEnvIfNoCase Referer” in .htaccess. Also, I’m also seeking to block all incoming requests for one particular URL which is popular with these video and image search engines but which no longer exists – but I don’t want to serve them the normal 404. [more inside]
posted by WCityMike
on Jan 5, 2006 -
6 answers
Well, what do you know, err.. what do I know, Google does support some sort of regular expressions. However, I can't find the usage guide. Anyone?
posted by Gyan
on Jul 28, 2005 -
11 answers
Using wildcards in virtusertable for sendmail: resources, pointers, and simple examples, please. Google-fu fails to provide examples that answer my questions. [emm eye] [more inside]
posted by mwhybark
on Jul 7, 2004 -
2 answers