Regex problem in matches activity

\jkdsdd.sjss\shkdakj\ssis\model\Dfj\SDFL\DFGF\PR_ARMON\ This is the sample data and
\[a-z].[a-z]\[a-z]\[a-z]\[a-z]\[A-Z]\[A-Z]\[A-Z]\[A-Z]_[A-Z]*\ this is the regex expression i have used but i’m unable to get the output

Matches: parsing “\[a-z].[a-z]\[a-z]\[a-z]\[a-z]\[A-Z]\[A-Z]\[A-Z]\[A-Z]_[A-Z]*\” - Unrecognized escape sequence _.
i’m getting this error in the matches activity

can anyone help me.

Hi @Guduru_Ruteesh_Raju

Can you share your expected output

Regards
Sudharsan

\jkdsdd.sjss\shkdakj\ssis\model\Dfj\SDFL\DFGF\PR_ARMON\

This is expected output

Try below one

\\[a-zA-Z]*.[a-zA-Z]*\\[A-Za-z]*\\[A-Za-z]*\\[A-Za-z]*\\[A-Za-z]*\\[A-Za-z]*\\[A-Za-z]*\\[A-Za-z]*_[A-Za-z]*\\

Regards,
Arivu

Hi @Sudharsan_Ka

I am able to get the output in regex101 website but in matches activity it’s not working

Thanks & Regards,
G Ruteesh

Yeah it’s working thank you @arivu96

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.