i want to match the second line:
Code: Select all
txt := "Abweichender Kontoinhaber: Ja`n"
. "Kontoinhaber: Karl Gustav Schulze`n"
RegExMatch(txt,"^(Kontoinhaber: ).*",kontoinhaber)
msgbox % kontoinhaber
But the exact same regex here works: https rubular.com /r/4tRikf6YKilaGt Broken Link for safety
Any idea?