PureData CEAMMC library web documentation
working with String datatype
string: constructs the string
aliases: [ceammc/string], [ceammc/str], [str]
string.contains: checks if the string contains specified substring
aliases: [str.contains]
string.ends_with: checks if the string ends with the specified substring
aliases: [str.ends_with]
string.equal: check strings or symbols for equality
aliases: [str.equal]
string.format: formats a string like printf function
aliases: [str.format]
string.join: joins the list into a string with the element separator
aliases: [str.join]
string.length: number of characters in the string (with Unicode support)
aliases: [str.length]
string.match: checks if the string matches to the regular expression
aliases: [str.match]
string.remove: removes a substring from the input string
aliases: [str.remove]
string.replace: replace from one substring to another in the input string
aliases: [str.replace]
string.split: splits the string or symbol into the list by the separator
aliases: [str.split], [symbol.split]
string.starts_with: checks if the string starts with the specified substring
aliases: [str.starts_with]
string.substr: extract a substring from the input string
aliases: [str.substr]
string2symbol: converts the string into the symbol
aliases: [ceammc/string2symbol], [ceammc/str->sym], [str->sym]
Version: 0.9.8
License: GPL3