public marks

PUBLIC MARKS with tags google & regex

March 2007

reggy - Google Code

by marco & 2 others
Reggy is a small OS X cocoa/objective-c application to very quickly visualize what a given regular expression will match given a test string. It will also tell you if you have errors in your regular expression

May 2006

March 2006

C#, .Net Framework: Google Search: find file extension with regex in c#

by ycc2106
A simple regex that could be used in C# to find file extensions is:.+\.([^.]+)$This will find an extension that is at the end of the string. To find an extension anywhere in a string you can use: .+\.([^.]+)\s A regex to find a three letter extension at t

December 2005

Active users

marco
last mark : 15/03/2007 09:15

zoom2au
last mark : 03/05/2006 00:36

ycc2106
last mark : 30/03/2006 20:00

marino
last mark : 11/12/2005 18:34