Regular Expressions and Pattern Matching
In addition to the information below, here is a good external site (https://www.regular-expressions.info/numericranges.html) on understanding Regular Expressions.
The capabilities for finding patterns in strings is very powerful using a concept called "Regular Expressions", which is often abbreviated REGEX or REGEXP. Regular expressions allow for very flexible and complex patterns to be described and found in strings, and the related LityxIQ functions allow you to find, replace, count, and perf...