Regular expression
Regular expressions are implemented in various languages, but the best-known implementation is the Perl Implementation, which has given rise to its own ecosystem of implementations called PCRE (Perl Compatible Regular Expression
). On the Web, JavaScript
provides another regex implementation through the
RegExp
object.