Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Downloads
Platforms
OutSystems.com
My Platform
Community
Resources
Support
Search in OutSystems
Log in
Sign Up
Community
›
Forge
›
Assets list
›
Additional Text Utils
Additional Text Utils
Stable version
1.1.1
(Compatible with
OutSystems 11
)
Other versions available for 10
Uploaded
on
18 July 2017
by
5.0
(3 ratings)
Overview
Reviews
Versions
Documentation
There's no documentation for this asset yet
Support
Additional Text Utils
Details
A bucket of utils to manipulate text:
Text to Date conversion
Text to SHA1
Pluralize / Singularize (for english words)
Left / Right
Read more
Contains the following methods to work with Text:
TextToDate
Converts a Text to a Date given the format.
TextToSha1
Converts a text to SHA1 represented by ASCII characters
Pluralize (Word)
Pluralizes a word (english).
E.g. Order becomes Orders, Priority becomes Priorities, Status becomes Statuses, ...
Singularize (Word)
Singularizes a word (english).
E.g. Orders becomes Order, Priorities becomes Priority, Statuses becomes Status, ...
TextLeft (Word, NumberOfCharacters)
Returns the NumberOfCharacters leftmost characters of the Text. Similar to Substring(Word, 0, NumberOfCharacters)
TextRight (Word, NumberOfCharacters)
Returns the NumberOfCharacters rightmost characters of the Text.
Similar to Substring(Word, Length(Word)-NumberOfCharacters, NumberOfCharacters) but properly handles shorter Words than the NumberOfCharacters
Release notes
(1.1.1)
New methods:
Pluralize (Word)
Pluralizes a word (english).
E.g. Order becomes Orders, Priority becomes Priorities, Status becomes Statuses, ...
Singularize (Word)
Singularizes a word (english).
E.g. Orders becomes Order, Priorities becomes Priority, Statuses becomes Status, ...
TextLeft (Word, NumberOfCharacters)
Returns the NumberOfCharacters leftmost characters of the Text. Similar to Substring(Word, 0, NumberOfCharacters)
TextRight (Word, NumberOfCharacters)
Returns the NumberOfCharacters rightmost characters of the Text.
Similar to Substring(Word, Length(Word)-NumberOfCharacters, NumberOfCharacters) but properly handles shorter Words than the NumberOfCharacters
Improved Documentation
Minor performance improvement on the pluralization service
Online "Try Now" page so you can test on your own
Reviews
(0)
Team
MVP
Gonçalo Borrêga
Other assets in this category
Functional libraries & utilities, Other functions & libraries
XML Records
Afonso Carvalho
An extension that allows you to convert an hierarchical structure, composed of Records and/or RecordLists to XML. It also allows you to read an XML into the structure.
8059
Event System
Leonardo Fernandes
Use custom events in your OutSystems apps! Communicate events instantly between web blocks, refactor your screen logic, use divide-and-conquer for complex forms, build reusable components, and much more. And do all of these with a beautifully simple API.
2740
ardoJSON
João Barata
Generic extension for serializing and deserializing Outsystems values into and out of JSON
12524
More from Miguel Ribeiro
Sprints Planner
Miguel Ribeiro
Helps a team organizing the sprints taking days off into consideration. Credentials for preview URL: user/123456
111
Loading
Loading...