Give us feedback
client-text-utils
Reactive icon

Client Text Utils

Stable version 1.0.3 (Compatible with OutSystems 11)
Uploaded on 20 Mar by 
5.0
 (7 ratings)
client-text-utils

Client Text Utils

Compatible with:
Created on OutSystems 11

Version 1.0.3

Stable
Current
See documentation
Application Package
Uploaded on 20 Mar by 
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.528 to 11.0.615
Database:
All
Release notes:

Included functions for applying Text Cases to text:

  • CamelCase: single word without space, with first word lowercase and others capitalized (camelCase).
  • PascalCase: single word without space, all words capitalized (PascalCase).
  • ProperCase: every word capitalized (Proper Case).
  • SentenceCase: first word of the sentence capitalized (Sentence case).
  • SnakeCase: all words lowercase, space replaced by underscore (snake_case).
Application Objects:
Client Text Utils has 0 AOs.

Version 1.0.2

Stable
See documentation
Application Package
Uploaded on 6 Mar by 
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.528 to 11.0.615
Database:
All
Release notes:

The following features were included:

  • Insert: inserts a value into a string at a given index.
  • StartsWith: indicates whether the string begins with the given prefix characters.
  • EndsWith: indicates whether a string ends with the given suffix characters.
Application Objects:
Client Text Utils has 0 AOs.

Version 1.0.1

Stable
See documentation
Application Package
Uploaded on 1 Mar by 
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.528 to 11.0.615
Database:
All
Release notes:

The following features were included:

  • IsEmailValid: verifies if the provided email is valid.
  • IsEven: verifies if the provided number is odd or even.
  • IsNaN: verifies if the provided number is Not-a-Number.
Application Objects:
Client Text Utils has 0 AOs.