Training
Training
Online Training
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
›
Mobile TextUtils
Mobile TextUtils (ODC)
Stable version
0.1.0
(Compatible with
ODC
)
Uploaded on
19 October 2023
by
OutSystems Labs
Overview
Documentation
Mobile TextUtils (ODC)
Documentation
0.1.0
To use this component, you need to:
Download & Install this library;
Use the provided client actions to manipulate text;
This component has various actions:
String_Join - joins the divided string.
String_Reverse - reverses the string.
String_Split - splits the string.
Regex actions:
Regex_Match - executes a search for a match in a string.
Regex_Replace - executes a search for a match in a string, and replaces the matched substring with a replacement substring.
Regex_Search - tests for a match in a string.
Regex_Split - uses a regular expression or a fixed string to break a string into an array of substrings.
Regex_Test - tests for a match in a string. It returns true or false.
Loading...
Loading