PureData CEAMMC library web documentation
aliases: [str.match]
available since version: 0.7.1
Used syntax: re2 (like pcre). Some characters are non-supported in Pd. Use ` instead of backslash, instead of `, (( instead of {, )) instead of }, .. instead of comma, `: instead of semicolon If you need spaces: you should quote the string, also note that in quoted string ` symbol should be escaped like
. For example, all digits: `d+, two or three chars: a-z etc.
Authors: Serge Poltavsky
License: GPL3 or later