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 NiceLabel Automation is based on the .NET Framework syntax for regular expressions.
Check the Microsoft articles: