Text

Contraints to deal with text and strings

Summary
Contraints to deal with text and strings
The parameter starts with the specified string
The parameter ends with the specified string
The parameter contains the specified string
The parameter must satisfied the specified regular expression.

Functions

StartsWith

The parameter starts with the specified string

EndsWith

The parameter ends with the specified string

Contains

The parameter contains the specified string

Like

The parameter must satisfied the specified regular expression.