I am looking for a Regex solution recommendation, what I really want to be able to do (for example) is...
SELECT something FROM somewhere WHERE somefield LIKE '\b#form.someField#%' Where the \b represents a word boundry in regex. The closer I can get to this the better, something like... WHERE somefield LIKE 'regex(\b)#form.someField#%' Where regex is calling some function or other would also be fine. Anyone any suggestions or recommendations? -- Jay ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive: http://www.houseoffusion.com/groups/SQL/message.cfm/messageid:2854 Subscription: http://www.houseoffusion.com/groups/SQL/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.6
