Using regular expressions in server-side scripts
-
- UpdatedAug 1, 2024
- 1 minute read
- Xanadu
- Building applications
JavaScript regular expressions automatically use an enhanced regex engine, which provides improved performance and supports all behaviors of standard regular expressions as defined by Mozilla JavaScript. The enhanced regex engine supports using Java syntax in regular expressions.
The SNC.Regex API is not available for scoped applications. For scoped applications, remove the SNC.Regex API and use standard JavaScript regular expressions.
For more information on JavaScript regular expressions, see the Mozilla JavaScript documentation on regular expressions and RegExp.