Feeds:
Posts
Comments

Posts Tagged ‘regular expression’

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 [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.

Join 135 other followers