Rx is an implementation of the standard regular expression matching functions specified by POSIX.2 (and then some).The Posix Basic Regular Expression language is a notation for describing textual patterns. Regexps are typically used by comparing them to a string to see if that string matches the pattern.