x Did you like it? Well, then please consider making a donation :)

Regex Author - admin

Regular expression to extract the year (1900 - 2099) from a string

Getting year from text. If you want validate textbox value - use this pattern with "^" and "$": ^((19|20)\d{2})$

Type: match, Date: 3/28/2015 4:38:20 PMAuthor: admin

Get all HTML tags from page

Using a RegularExpression to match web (HTML code).

Type: match, Date: 3/27/2015 4:21:44 PMAuthor: admin