Regular Expression

From SAP Enable Now Wiki

Scope

Purpose

A Regular Expression defines a pattern against which a value will be validated. For Input Text macros, a Regular Expression can be entered into the Regular Expression property to allow the user to enter different values (that match the Regular Expression's pattern) and still progress to the next step. This is particularly useful in Test mode, where you want the user to be able to enter (for example) a value of "0" or "0.00" or "00.00" and so on.

Regular Expressions are effectively an 'industry standard' thing, and are used in many more places than just SAP Enable Now. There are several recognized 'variations' of Regular Expression. SAP Enable Now uses (close-to) the PCRE (PHP) variant.

See Also