String Operation¶
Split String¶
To split a string on a delimiter
Join String¶
To join the characters/string on a delimiter
Change case¶
To convert the string to lower case
to convert it to upper case
Substring¶
To create the sub-stirng
Repeat¶
To repeat the string