I am new to regex and finally pieced together enough syntax info from this forum and online to get something that worked.
Search string is "-([0-9][0-9][0-9])-"
Replace string is ".\1."
Search found 2 matches
- Tue Apr 27, 2010 7:24 pm
- Forum: General
- Topic: How to search for this?
- Replies: 5
- Views: 662
- Tue Apr 27, 2010 5:36 pm
- Forum: General
- Topic: How to search for this?
- Replies: 5
- Views: 662
Expanding on the original question...
...what if I then want to replace the leading\trailing characters in the search string but keep everything else the same? "abcc" changes to "~b~c" (replaced leading & trailing search char with "~".
Specifically, I have a vcard (vcf) file that I am trying to reformat the phone number seperators for ...
Specifically, I have a vcard (vcf) file that I am trying to reformat the phone number seperators for ...