AniAdd: Difference between revisions

Jump to navigation Jump to search
Line 206: Line 206:
* STR $pad(STR, NUM, CHAR) - STR: String to be padded; NUM min string length; CHAR: The character used to pad the string
* STR $pad(STR, NUM, CHAR) - STR: String to be padded; NUM min string length; CHAR: The character used to pad the string
* STR $repl(SRC, REGEX, REPL) - SRC: Source; REGEX: Regex used to match; REPL: replaces every match with REPL
* STR $repl(SRC, REGEX, REPL) - SRC: Source; REGEX: Regex used to match; REPL: replaces every match with REPL
* STR $contains(STR, STR) STR1: Source; STR2: Match; Returns "1" if STR1 contains STR2, "" otherwise
* STR $match(STR, REGEX) STR: Source; REGEX: Match; Returns "1" if STR has a match for REGEX, "" otherwise


More predefined functions will be added on request.
More predefined functions will be added on request.