A Simple String Pattern (a.k.a. SSP) is a very simple yet well defined pattern format used to match a string. Unlike Regular Expressions, Simple String Pattern intentionally has only a few features, ...
The syntax of pattern is a regular expression (string or object), but with custom enhancements to represent counters, replacement functions, or data fields. Please see randexp documentation for ...