Topic: New RegEx Engine - Problems and Differences
Siren 3.00 beta 2 build 888
It seems the new regex engine doesn't support the \U and such flags?
I mean those as shown with "Extended with improved RegEx" at http://scarabee-software.net/forum/view … d=337#p337
Test file: sumCOINS.awk.bak.txt
Expression: %b(s/\.(\w)/.\U\1/).*
(Just to upper case the letter behind the first dot. Simple test)
Result v2: sumCOINS.Awk.bak.txt
Result v3: sumCOINS.Uawk.bak.txt