Search found 6 matches

by Mart
Tue Mar 21, 2006 4:14 pm
Forum: Advanced Find and Replace
Topic: I can do this in Dreamweaver
Replies: 9
Views: 26651

Can do in DW

Ok one final thing that I can do in Dreamweaver but not in AFR, from what I can find is this: I wish to replace all occurances of +++ with a carriage return. I can do this in DW by doing a CTRL+ENTER in the replace field. I tried this in the Batch replace and it did nothing, I also tried \r\n in the...
by Mart
Tue Mar 21, 2006 11:52 am
Forum: Advanced Find and Replace
Topic: I can do this in Dreamweaver
Replies: 9
Views: 26651

Works in DW

Yeah I tried that myself in the interim, works here too, thanks for the help.

Looking at the Reg ex manul for ADF though I cannot find what would be the equivalent of [:blank:] to match tabs and spaces, in DW I can use this [ ] does it work the same?

thanks for your help.

cheers
Martin
by Mart
Tue Mar 21, 2006 11:31 am
Forum: Advanced Find and Replace
Topic: I can do this in Dreamweaver
Replies: 9
Views: 26651

Done in DW

Thanks for the prompt, I can see that now, although it still does not explain why my find reg ex does not find and results when in DW it finds thousands. I have tried the following: \r([0-9]{5}),\r([0-9]{5}) \n\r([0-9]{5}),\n\r([0-9]{5}) \n([0-9]{5}),\n([0-9]{5}) Still comes back with no matches. Is...
by Mart
Tue Mar 21, 2006 9:00 am
Forum: Advanced Find and Replace
Topic: I can do this in Dreamweaver
Replies: 9
Views: 26651

Can do this in DW

Ok I have been giving it a go. But not getting any results. I have done the following have I missed anything out? I have gone to Action > Options > Batch Replace and ticked regular expressions, Modifier E, no other modifiers are clicked. Then in the batch processor screen I have this: use regular ex...
by Mart
Mon Mar 20, 2006 3:38 pm
Forum: Advanced Find and Replace
Topic: I can do this in Dreamweaver
Replies: 9
Views: 26651

I can do this in Dreamweaver

Ok in dreamweaver search and replace I can write a regular expression and not replace something that is found. Can I do this in adv. search and rep. For instance I find this reg ex \n([0-9]) and as I have the 0-9 in brackets I can use it in the replace so that it does not replace that char for insta...
by Mart
Mon Mar 20, 2006 2:42 pm
Forum: Advanced Find and Replace
Topic: possibly with regex?
Replies: 0
Views: 14118

possibly with regex?

I am just trying out this software to put some multiline comma delimited files into nice single line comma delimited. The problem I have is this. Each row is seperated by two carriage returns and a row starts with, first column, either a numeric id or two alpha chars and then numbers. I need to repl...