Extract numbers from words and numbers
Max Patch
Copy patch and select New From Clipboard in Max.
i would like to extract numbers like in the patch:
any ideas ?
thx
Max Patch
Copy patch and select New From Clipboard in Max.
Try the [regexp] expression in the example below, it should chop the non-numeric characters after the first slash, then any integers following straight after and finally the other integers after an underscore before the final slash and output them as a list.
woaooo it's exactly what i needed.
I need to read your tutorial.
Thanks a lot. really.