RulePoint
- RulePoint 6.1.2
- All Products
regex(string,regular expression)
Argument
| Required
Optional
| Description
|
---|---|---|
string
| Required
| The string for which you need to apply the regular expression.
|
regular expression
| Required
| The Java regular expression that you want to apply to the string.
|
Parameter Input Options
| Datatype
|
---|---|
Event property
| String
|
when 1 Regt s with regex(s.data,”[0-9]") as result !='' then rtamresponse with body="${result}"
Event Property Value
| Description
| Result
|
---|---|---|
s.data=123456
| Determines whether numerical data exists.
| Validates to true.
|