Table of Contents
- crypt — Encrypts a string
- cryptblowfish — Encrypts a string with blowfish
- cryptmd5 — Encrypts a string using md5
- cryptsha256 — Encrypts a string with sha256
- cryptsha512 — Encrypts a string with sha512
- deletechars — Removes all characters from a string
- dgettext — Translates the text using the given text domain
- dngettext — Translates the text using a locale-aware plural form handling
- dpgettext — Translates the text using the given text domain and path
- filterchars — Filters characters out of a String
- find — Returns position of a substring
- findfirstnotof — Searches string for the first non matching chars
- findfirstof — Finds position of the first matching characters in string
- findlastnotof — Searches the last element of string that doesn't match
- findlastof — Searches string for the last match
- isempty — Returns whether the string
s
is empty. - issubstring — searches for a specific string within another string
- mergestring — Joins list elements with a string
- regexpmatch — Searches a string for a POSIX Extended Regular Expression match.
- regexppos — Returns a pair with position and length of the first match.
- regexpsub — Regex Substitution
- regexptokenize — Regex tokenize
- search — Returns position of a substring
- size — Returns the number of characters of the string
s
- substring — Returns part of a string
- substring — Extracts a substring
- timestring — Returns time string
- toascii — Returns characters below 0x7F included in
STRING
- tohexstring — Converts an integer to a hexadecimal string.
- tohexstring — Converts an integer to a hexadecimal string.
- tolower — Makes a string lowercase
- tostring — Converts a value to a string.
- toupper — Makes a string uppercase