Give us feedback
textdemoapp
Reactive icon

Text Extension Demo

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 23 October 2023 by 
0.0
 (0 ratings)
textdemoapp

Text Extension Demo

Details
This application is used to understand the concept of text extension.
Read more

This application has screen-defined the usage of the text extension method on the server side. This application is used to understand the concept of text extension.


Below is a method we use to understand through examples -

Format_DateTime

Formats a DateTime by replacing the allowed keywords with their values.

Regex_Replace

Replaces all occurrences of a specified regular expression pattern with a replacement string.

Regex_Search

Searches the input string for an occurrence of a regular expression.

String_Join

Concatenates all the strings in a List, yielding a single string. In the resulting string, the individual elements are separated by the string Separator.

String_LastIndexOf

Reports the index position of the last occurrence of a specified Pattern within a Text.

String_Split

Splits a string into individual elements delimited by any of the characters in Delimiters.

StringBuilder_Create

Creates a StringBuilder. Use it if you need to create a string by repeatedly appending substrings. A StringBuilder optimizes memory management when dealing with highly dynamic strings.

StringBuilder_Append

Appends a string to a StringBuilder.

StringBuilder_ToString

Returns the content of the StringBuilder's buffer.

Release notes (1.0.0)
License (1.0.0)
Reviews (0)
Team