Regular expressions: Difference between revisions

Content added Content deleted
Line 1,100: Line 1,100:


=={{header|langur}}==
=={{header|langur}}==
Langur uses semi-integreted regex. There are several functions that can be used with regexes, such as match(), replace(), split(), etc.
Langur uses semi-integreted regex. The following examples use re2 regex literals.

There are several functions that can be used with regexes, such as match(), replace(), split(), etc. They can also be matched in a given expression test.


To match a string, ...
To match a string, ...