Replace

Replaces all occurencies of a string in input

Replace from to

Prepend

Add a string before input

Prefix

Append

Add a string after input

Suffix

Split, get from index

Split input by string and get substring by index

Split by get from

Compose

Compose string using input string by pattern

Replace placeholder in pattern

Slice

Get a slice from input string

Slice from to

Split-compose

Split input by delimeter and compose string by pattern

Split by and replace placeholder in pattern

Trim

Trim all, leading or trailing spaces from input

Trim

Case

Transform input to lower or upper case

Case

Split-join

Split input by delimeter, apply manipulations and join

Split by
Trim
Case
Prefix
Suffix