Quote
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

Thanks this has been fixed for the next version.