string-utils
Reactive icon

String Utils

Stable version 1.0.4 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded
 on 03 January 2024
 by 
4.6
 (10 ratings)
string-utils

String Utils

Created on OutSystems 11

Version 1.0.4

Stable
Current
Uploaded on 03 January 2024 by 
Compatible with:
Version 11
11.0.108 to 11.31.0
Database:
All
Release notes:
  • Demo migrated from legacy Vanilla Theme
  • named, according to Outsystems Best Practices
  • repackaged into applications instead of downloadable modules, so that it is upgradable from Forge:
    • separate Application, containing the Extension
    • separate Application, containing the Demo
Application Objects:
String Utils has 0 AOs.

Version 1.0.3

Stable
Uploaded on 01 February 2019 by 
Compatible with:
Version 11
11.0.108 to 11.31.0
Database:
All
Release notes:

Added a new method ToTitleCase

string ToTitleCase(string input)

Converts the input string to title case (except for words that are entirely in uppercase, which are considered to be acronyms).

https://docs.microsoft.com/en-us/dotnet/api/system.globalization.textinfo.totitlecase?view=netframework-4.7.2

Application Objects:
String Utils has 0 AOs.
Created on OutSystems 10

Version 1.0.4

Stable
See documentation
Uploaded on 01 February 2019 by 
Compatible with:
Version 11
11.0.108 to 11.31.0
Version 10
Stack:
.NET
Database:
All
Release notes:

Added a new method ToTitleCase

string ToTitleCase(string input)

Converts the input string to title case (except for words that are entirely in uppercase, which are considered to be acronyms).

https://docs.microsoft.com/en-us/dotnet/api/system.globalization.textinfo.totitlecase?view=netframework-4.7.2

Version 1.0.3

Stable
Uploaded on 23 January 2019 by 
Compatible with:
Version 11
11.0.108 to 11.31.0
Version 10
Stack:
.NET
Database:
All
Release notes:

Added support for OutSystems 10