Regular expressions: Difference between revisions

Content added Content deleted
Line 1,086: Line 1,086:


Valid quote mark pairs include the following.
Valid quote mark pairs include the following.
// &squo; "" {} [] () <>
// '' "" {} [] () <>


There are several functions that can be used with regexes, such as match(), replace(), split(), etc.
There are several functions that can be used with regexes, such as match(), replace(), split(), etc.