Using Regular Expressions
- by bebeTech
I am having problems trying to use the regular expression that I used in JavaScript. On a web page, you may have:
<b>Renewal Date:</b> 03 May 2010</td>
I just want to be able to pull out the 03 May 2010, remembering that a webpage has more than just the above content. The way I currently perform this using JavaScript is:
…