Hi, i am stuck in extract data from webparts ive already try to use regex but without sucess.
The regex works fine for pattern a part of text that contains "consta" e a part that contains an alphanumeric code.
/([a-z]*)\s(?:consta)/gi
Example: consta, não consta
[!0-9A-Z\n]{16}/g
Example: Código de controle da certidão: NPFP260821142107
Already tested the regex at regex101: build, test, and debug regex and works fine.
My problem is putting the regex on the field regex of the function extract data form webparts the result is empty, without the regex the text is too long, im doing the regex to extrat just what i wanted, the status consta, não consta and alphanumeric code.