(I posted this once, and it didn't bounce but I didn't see it come 
through to the list...)

Question about regex (this never happens here, does it!)

I want to match <FOO:XXX>

where XXX could be any length of characters (but most likely a uuid)

And I want to know the matched string when I'm done...

Ie, some variable set to "XXX", whatever XXX is.

How do it do that?

Ultimately, I'd like to pass the matched result to a function and do a 
replace... ie, something like this:

REReplaceNoCase(CONTENT,"<FOO:.*?>",getSnippet(XXX),"ALL")

  - rIck





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188519
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to