Regex search in Dreamweaver
Posted: Sat Jan 24, 2009 8:07 pm
Hi guys,
I have a bunch of *.txt files that contain a lot of data I'm looking to upload to my database.
Unfortunately, the original way I ran my database used a somewhat deprecated method of identifying things.
The actual data I want is labeled as test2=, but there is a test1=[#]& following that.
ie: test1=63&test2=[data] , test1=40&test2=[data] , test1=13&test2=[data]
Can you guys recommend me a regex search string so I can find any replace all the test1=[#]&test2= and rename it to just kashi= please?
Any input would be much appreciated
Thanks!
Tre
I have a bunch of *.txt files that contain a lot of data I'm looking to upload to my database.
Unfortunately, the original way I ran my database used a somewhat deprecated method of identifying things.
The actual data I want is labeled as test2=, but there is a test1=[#]& following that.
ie: test1=63&test2=[data] , test1=40&test2=[data] , test1=13&test2=[data]
Can you guys recommend me a regex search string so I can find any replace all the test1=[#]&test2= and rename it to just kashi= please?
Any input would be much appreciated
Thanks!
Tre