For regular expressions, you can try using the Text and HTML Processing component:
https://www.outsystems.com/forge/component/2007/text-and-html-processing/
It includes more features than the system Text extension, for example captured groups. You can also experiment with the regular expressions sandbox that I have created based on that component:
https://leonardofernandes.outsystemscloud.com/textprocessinghelp/RegularExpressions.aspx
Hi ,
I am using below pattern but its not working always getting False in response
"^[!@#$%^&*()_+\-=\[\]{};':\\|,.<>\/?]*$"
Thanks & Regards
DM Singh
Hi, can you clarify it a bit more and how you are using it.
If you are using .net stack, it uses the .net regex and that can be a tad different.
is it working in https://regexstorm.net/tester for example?