PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: string

string.match

aliases: [str.match]

check if string match regular expression

available since version: 0.7.1


information

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.

example

arguments:

properties:

inlets:

outlets:

keywords:

match regex

Authors: Serge Poltavsky

License: GPL3 or later