Home

Search results

"tag:"regex""


Title and summary Date/time
1
Regex cheat sheet
Regex cheat sheet via Johan.
13-Jun-2007
15:28:24
2
RegexBuddy upgraded to v.3.0
Just received a complimentary update from my previous v. 2.3.2 of RegexBuddy to the new v. 3 since I bought it only a short while back. How I love the internet and the level of service provided by all the independent ISV's. RegexBuddy has quickly become ...
13-Jun-2007
09:19:35
3
RegexBuddy
I'm really in love with regular expression or regex for short and I find myself using them more and more in my day-to-day programming. When writing and testing them I have previously been using on-line tools (like this) but recently I bought RegexBuddy ...
01-May-2007
13:54:01
4
Small regexp tip
To find the shortest match in a using using regular expressions you can use a "Reluctant" qualifier like ".+?" instead of simply ".+" (greedy qualifier) which will find the longest match. Wow - did that make my day!! :-)
20-Mar-2007
22:21:11
5
Comment SPAM - again...
The easiest way to block comment SPAM is to turn of comments altogether. Another way is to turn of comments to existing posts periodicly which is the way I do it (using a cron job). I'm running Pebble for my blog so disabling comments and trackbacks in ...
07-Jul-2006
10:15:03