Training
Training
Welcome
Guided Paths
Build an App
Training Planner
Courses
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Downloads
Platforms
OutSystems.com
My Platform
Community
Resources
Support
Search in OutSystems
Log in
Sign Up
Community
›
Forge
›
Assets list
›
RegExp
RegExp
Stable version
1.0.1
(Compatible with
OutSystems 11
)
Uploaded
on
05 March 2023
by
0.0
(0 ratings)
Overview
Reviews
Versions
Documentation
Support
RegExp
Documentation
1.0.1
Draft
Options
RegExp
Pattern:
The regular expression pattern to match.
Input:
The string to search for a match.
Escape:
Lets you define strings where the escape characters will be interpreted literally in the regular expression.
Options:
A bitwise combination of the enumeration values that modify the expression.
List:
Returns a collection of groups matching the regular expression.
IsMatch:
Pattern match with input value.
1.0.0
Draft
Options
RegExp
Pattern:
The regular expression pattern to match.
Input:
The string to search for a match.
Escape:
Lets you define strings where the escape characters will be interpreted literally in the regular expression.
Options:
A bitwise combination of the enumeration values that modify the expression.
List:
Returns a collection of groups matching the regular expression.
Loading...
Loading