Replace

Replaces all occurencies of a string in input

Prepend

Add a string before input

Append

Add a string after input

Split, get from index

Split input by string and get substring by index

Compose

Compose string using input string by pattern

Slice

Get a slice from input string

Split-compose

Split input by delimeter and compose string by pattern

Trim

Trim all, leading or trailing spaces from input

Case

Transform input to lower or upper case

Split-join

Split input by delimeter, apply manipulations and join