Search found 2 matches

by mribraqdbra
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: 1925263

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...
by mribraqdbra
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: 1925263

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?...