Give us feedback
text-util-2
Service icon

Text Util 2

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 20 December 2019 by 
0.0
 (0 ratings)
text-util-2

Text Util 2

Details
A tiny text utility only for a specific purpose (replace strings at a specified index). This function is required, because with the standard TEXT API or existing Forge component, all the occurrences of search text are replaced.
Read more

Function Name:

   ReplaceAtIndex

Output Parameter:

  • CustomizedText :  The result of  modified text.

Input Parameters:

  • OriginalText :  The original text to be modified.
  • search :  The target strings to be replaced.
  • replace :  The strings used for the replacement.
  • index :  The exact starting index of the search word.
Release notes (1.0.1)

No functional change. Just wrapped the extension into  an application module (oap file).

Reviews (0)
More from Tsuyoshi Kawarasaki