Search found 1 match
- 21 May 2021 00:19
- Forum: DOS Batch Forum
- Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
- Replies: 550
- Views: 2165111
Re: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Hi, I'm new to JREPL and this level of regex, forgive me if this has been covered in the previous 484 posts. I've got an expression working on regex101 here but it doesn't seem to work with JREPL. (hello_worldi[0-9]+e[0-9]+) It worked when there was only one "[0-9]+" but having a second one after th...