Search found 2 matches

by HHaynes
Mon Oct 03, 2005 2:34 pm
Forum: Advanced Find and Replace
Topic: Using RE to find and replace any ZIP code - but is inserting
Replies: 2
Views: 8760

Excellent - turns out it was both config in AFR and my RE. Thanks!
by HHaynes
Sat Oct 01, 2005 12:13 am
Forum: Advanced Find and Replace
Topic: Using RE to find and replace any ZIP code - but is inserting
Replies: 2
Views: 8760

Using RE to find and replace any ZIP code - but is inserting

Hi - I'm having a heckuva time getting a regular expression to actually replace a ZIP code in a file. So far, I've only managed to insert the desired ZIP, so now my file is invalid for my parser. Example: Starting value: ZipCode|06472 Batch replace: Search For: ZipCode|/d Replace With: ZipCode|77625...