Search found 1 match

by pelfed
Wed Mar 26, 2014 7:47 pm
Forum: TextCrawler - General
Topic: Reg expression help
Replies: 0
Views: 12156

Reg expression help

Hi I'm trying to do a find and replace using reg expression. I need to find all occurance of an SQL field called products: So in lots of files i may have the following (and maybe across multiple lines): <cfquery> select * from table1 ts, products ps, productskus psk where etc etc </cfquery> I simple...