HI Team,
Hope all are doing well, I am posting this topic because I found some errors while working on the Regex.
Error: I try to extract only capital letter and integer values in the given String but the bot is printing all the values which is there in the input text.
Pattern I use: [A-Z0-9]
Simple patterns its working well in the REGEX101 and RegExr: Learn, Build, & Test RegEx
How can we resolve this issue? Is there any action required in the setting panel?
Please Let me know