According to the OSC specification, OSC servers must support pattern matching for wildcards like "?", "*", "[]" and "{}".
This is described here:
VRChat should pattern match OSC messages sent to avatar parameters with these wildcards in their names.
For example, if I name a parameter: "this/{is,was}/?/*", it should match to "/avatar/parameters/this/is/a/parameter"