Search found 2 matches
- 29 Mar 2019 02:06
- Forum: DOS Batch Forum
- Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
- Replies: 550
- Views: 2167657
Re: JREPL.BAT v7.15 - regex text processor now with Unicode and XRegExp support
In my strings.xml i have the following xml! <?xml version="1.0" encoding="utf-8"?> <resources> <string name="apply_changes">Apply</string> <string name="okay">Okay!</string> <string name="skip">Skip</string> </resources> The question is how i can change/replace the vaule between tags using repl.bat...
- 25 Mar 2019 07:58
- Forum: DOS Batch Forum
- Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
- Replies: 550
- Views: 2167657
Re: JREPL.BAT v7.15 - regex text processor now with Unicode and XRegExp support
In my strings.xml i have the following xml! <?xml version="1.0" encoding="utf-8"?> <resources> <string name="apply_changes">Apply</string> <string name="okay">Okay!</string> <string name="skip">Skip</string> </resources> The question is how i can change/replace the vaule between tags using repl.bat?...