Skip to main content

Pipes

prefixDescriptionFormatExample &g.locale|upperCase
|Pipes are mini functions you can pass text or Variables to manipulate their outcome| pipeGR
info

You can chain pipes together, for example john|consonants|upperCase would display JHN

List of Pipes

acronym

DescriptionType
returns the acronym of the inputstring

camelCase

DescriptionType
returns an camelcase of the inputstring

capitalise

DescriptionType
returns the input capitalised, the first letter capitalcase and the rest lowercasestring

consonants

DescriptionType
returns the consonants of the inputstring

decapitalise

DescriptionType
returns the input decapitalised, the first letter lowercase and the rest capitalcasestring

length

DescriptionType
returns the length of textnumber

lowerCase

DescriptionType
returns an lowercase of the inputstring

populous_count

DescriptionType
returns the number of times the most common element was found in listnumber

populous

DescriptionType
returns the name of the most common element in listlist

snakeCase

DescriptionType
returns an snakecase of the inputstring

souvlakiCase

DescriptionType
returns an souvlakicase of the inputstring

titleCase

DescriptionType
returns an titlecase of the inputstring

upperCase

DescriptionType
returns an uppercase of the inputstring

vowels

DescriptionType
returns the vowels of the inputstring

word

DescriptionType
returns # words of the inputstring