Extract numbers from words and numbers

ease's icon
Max Patch
Copy patch and select New From Clipboard in Max.

i would like to extract numbers like in the patch:

any ideas ?

thx

Luke Hall's icon
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.

ease's icon

woaooo it's exactly what i needed.
I need to read your tutorial.
Thanks a lot. really.