[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] Regexp with incoming OSC
Hi all,
Assuming I have some long string that comes as OSC message how can extract values with regexp. I tried couple of things with .find and other variants of this but no luck. For example I have something in the message appear in this format value=200 valueB=300 valueC=400 how can I pick the integers and assign them in variables within my osc function.