Results 1 to 2 of 2
Hi Im trying to replace text in a file based upon a pattern.
The pattern Im looking for is:
Code:
<styleURL>#style0002</styleURL>
<name>#######6105#######</name>
The # are seven alphanumeric characters before and ...
- 10-15-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 9
Replace Text Based On Pattern
Hi Im trying to replace text in a file based upon a pattern.
The pattern Im looking for is:
The # are seven alphanumeric characters before and after 6105.Code:<styleURL>#style0002</styleURL> <name>#######6105#######</name>
I need it to replace that with this recursively:
Any ideas would be appreciated.Code:<styleURL>#style0003</styleURL> <name>#######6105#######</name>
Thanks
- 10-18-2009 #2Just Joined!
- Join Date
- Oct 2009
- Posts
- 9
Do you need any more information?


Reply With Quote