Hello, I got the bad utf8 offset error again using jaytea's alias to get the fullmatch of a regex, I cannot repeat it enough but we badly need a way to get the full match, aka what has been matched by the regex engine, outside of captures.

Works without /g: $regex(aü, m/(?:[a-z]\E)(?(R)|\K)/u) is 1
Doesn't work with /g: $regex(aü, m/(?:[a-z]\E)(?(R)|\K)/gu) is -11


#mircscripting @ irc.swiftirc.net == the best mIRC help channel