Give us feedback
voca-js
Reactive icon

Voca JS

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 16 February 2021 by 
5.0
 (1 rating)
voca-js

Voca JS

Details
Voca is a JavaScript library for manipulating strings.
Read more

Voca is a JavaScript library for manipulating strings. 

This component leverages Voca library and provide useful functions for string manipulation:

Case Functions

  • CamelCase
  • Capitalize
  • Decapitalize
  • KebabCase
  • LowerCase
  • SnakeCase
  • SwapCase
  • TitleCase
  • UpperCase


Chop Functions:

  • CharAt
  • First
  • Prune
  • Slice
  • SubString
  • Truncate


Count Functions:

  • Count
  • CountSubStrings
  • CountWords


Index Functions:

  • IndexOf
  • LastIndexOf
  • Search


Manipulate Functions:

  • Insert
  • Repeat
  • Replace
  • Reverse
  • Slugify
  • Splice
  • Translate
  • Trim
  • TrimLeft
  • TrimRight


Query Functions:

  • EndsWith
  • Includes
  • IsAlpha
  • IsAlphaDigit
  • IsBlank
  • IsDigit
  • IsEmpty
  • IsLowerCase
  • IsNumeric
  • IsUpperCase
  • StartsWith


Release notes (1.0.1)

Converted to Library module

Reviews (1)
by 
2021-02-16
in version 1.0.0
Very complete reactive application for string manipulation!
Team