<!-- URL that generated this code: -->
<!-- http://txt2re.com/index-cf.php3?s=42%2043&2&-11&9999 -->
<html>
<body>
<cfset txt='42 43'>
<cfset re1=''> <!-- 1-->
<cfset re2='.*?'> <!-- Non-greedy match on filler-->
<cfset re3='(2)'> <!-- Any Single Character 1-->
<cfset re4='.*?'> <!-- Non-greedy match on filler-->
<cfset re5='(\d+)'> <!-- Integer Number 1-->
<cfset re = #re1#re2#re3#re4#re5#>
<cfset m = #REFindNoCase(#re#,#txt#,1,"TRUE")#>
<cfif #ArrayLen(m.pos)# gt 1>
<cfset 1=#Mid(txt,m.pos[2],m.len[2])#>
<cfset c1=#Mid(txt,m.pos[3],m.len[3])#>
<cfset int1=#Mid(txt,m.pos[4],m.len[4])#>
<cfoutput>
(#replace(1,"<" ,"<")#)(#replace(c1,"<" ,"<")#)(#replace(int1,"<" ,"<")#)
</cfoutput>
</cfif>
</body>
</html>
<!-- -->
<!-- Paste the code into a file that can be served by your cold fusion web server -->
<!-- -->
 
Feedback
zk::
great work! super useful, thanks so much!!
Wed, 29 May 2013 05:52PM
KisnardOnline::
perfect perfect perfect... get some ads on this site, so we can thank you more
Wed, 29 May 2013 10:21PM
ShubhamGupta::
Saved my day!
Wed, 29 May 2013 11:36PM
::
Thu, 30 May 2013 12:02AM
Astarte::
Awesome, just awesome!
Thu, 30 May 2013 12:03AM
David Dawkins::
Excellent tool, where's the donate link? thank-you !!!