public marks

PUBLIC MARKS with tags regex & article

30 March 2006 20:00

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

PUBLIC TAGS related to tag regex

article +   google +   search +   tips +  

Active users

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