Give us feedback
common-utilities
Reactive icon

Common Utils

Stable version 1.0.4 (Compatible with OutSystems 11)
Uploaded on 14 April 2021 by 
5.0
 (4 ratings)
common-utilities

Common Utils

Details
Collection of utility methods/functions not included by default in OutSystems. Both client and server actions available where possible. Only CommonUtils library needs to be added as dependency as it contains wrapper functions for the extensions.
Read more

Text Methods

  • AppendWithNewLine
  • Chunk
  • Contains
  • ContainsChar
  • ContainsLower
  • ContainsNumber
  • ContainsUpper
  • DropFromEnd
  • DropFromStart
  • EndsWith
  • GetFirstOrLastSubstring
  • Insert
  • IsAlphaNumeric
  • IsValidEmailFormat
  • Left
  • Occurs
  • Pad
  • Repeat
  • Reverse
  • Right
  • StartsWith
  • StringBuilder_Create
  • StringJoin
  • StringSplit
  • ToHtmlLink
  • ToTitleCase
  • TrimMultiple


Date Time Methods

  • Between
  • CalculateAge
  • GetMaxDateTime
  • GetMinDateTime
  • GetUTCDateTimeNowOffset
  • GetDayOfWeek
  • GetMonthOfYear


List Methods

  • CreateRunningList
  • ListContains
  • ReverseIntList
  • ReverseTextList
  • ToCharList


Numeric Methods

  • RandomInt
  • RandomDecimal
Release notes (1.0.4)

+GetDayOfWeek

+GetMonthOfYear

Reviews (0)
Team