>>What would be the syntax to find all of the strings that look like: 
®, ™ (i.e. the format amprsand[any character(s)]semicolon) in 
a string?

I would put a limit on the length of the string between & and ;, 
otherwise you may end up with unwanted long strings.
Try this : "&#?[a-zA-Z0-9]{1,8};"
You may have to double the # if you are within CF code.

This will catch something like & or   or  , but not
"... the Jo Blow & ass. company ;..."

-- 
_______________________________________
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: http://www.houseoffusion.com/groups/RegEx/message.cfm/messageid:1103
Subscription: http://www.houseoffusion.com/groups/RegEx/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.21

Reply via email to