There are several regular expression I use more often than I thought. This will be a comprehensive list of those expressions. Get file extension. Useful if you need to replace file extension manually as I did with Xceed component \.[^\.]+$ Check if the input string is UK Post code [A-Za-z][A-Za-z]?[0-9][0-9]?[A-Za-z]?([A-Za-z]\s?[0-9][A-Za-z][A-Za-z])? Clean up special characters that [...]
Posts Tagged ‘regular expression’
Handy regular expression list
Posted in Programming, tagged regular expression on January 30, 2009 | 2 Comments »