REGEX to find the value of id="findme" in a html element

Posted by nobosh on Stack Overflow See other posts from Stack Overflow or by nobosh
Published on 2010-03-12T06:01:30Z Indexed on 2010/03/12 6:17 UTC
Read the original article Hit count: 137

Filed under:
|

Given an HTML string like:

<span class="findme" id="31313131313">The Goods</span>

What kind of REGEX in Coldfusion would return just (if it's even possible?): 31313131313

Thanks!

© Stack Overflow or respective owner

Related posts about regex

Related posts about coldfusion