.NET Framework Syntax for Regular Expressions
Problem
Regular expressions are specific patterns that provide concise and flexible means to "match" (specify and recognize) strings of text, such as particular characters, words, or patterns of characters.
Support for regular expressions in Loftware Automation is based on the .NET Framework syntax for regular expressions.
Solution
Check the Microsoft articles: