String operations
- Replace string
- Extract a specified string
- Remove spaces
- Split a string into a list
- Change string case
- Concatenate strings
- Get string length
- Substring
- Calculate the MD5 of a string
- Reverse a string
- Base64 encoding
- Base64 decode
- URL encoding
- URL decode
- Pad a string with a specified character
- ASCII conversion
- Repeat a string N times
- String comparison
- Convert number to string
- Convert a number to a string with n decimal places
- Convert a number to a string with a specified number of significant digits
- Convert a string to a number type
- Check if a string consists entirely of specified content