Strings Toolkit - Functions


The following functions are available:

Search and replace

pcregexpPerl-compatible regular expression matching.

Operations

editdistanceCompute the Levenshtein edit distance between the two strings.
cstrcmpCompare strings S1 and S2 like the C function.

Conversion

base64encodeConvert X into string of printable characters according to RFC 2045.
base64decodeConvert a base64 CODE (a string of printable characters according to RFC 2045...