Good afternoon friends;
I’m making a regex to capture text without numbers:
failed regex:
(?<=AGENDA)(.)(.\D)
data:
AGENDA TRE. AVEJAS 1
AGENDA TRE ST 1
Expected result
TRE. AVEJAS
TRE ST
But in the capture, I see that it took a digit in the first line