Search found 2 matches
- 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: 16962
- 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: 16962
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...