Document toolboxDocument toolbox

Regular Expression Engine

Regular Expression Engine

A number of ServiceMobility REST APIs permit the use of regular expressions to control the behaviour of the request. To successfully use these APIs, an understanding of regular expressions will be required; in more advanced situations, knowledge of the specific regular expression engine used by the specific API may be required.

On this page:

Regular Expression Basics

If you are not familiar with using regular expressions, please consider the use of an online tutorial to learn the basics.

JavaScript Regular Expression Engine

Please see the official documentation for the JavaScript regular expression engine.

(info) Unless otherwise noted in the documentation, ServiceMobility APIs use the JavaScript regular expression engine.

.Net Regular Expression Engine

Please see the official documentation for the .Net regular expression engine.