Mobile TextUtils

Mobile TextUtils (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 19 October 2023 by OutSystems Labs
Mobile TextUtils

Mobile TextUtils (ODC)

Documentation
0.1.0

To use this component, you need to:

  1. Download & Install this library;
  2. 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.