Hello,
I'm using the latest version of ArcGIS Pro. I have a dataset of individual bus stops which I am trying to map as the bus routes. The routes are identified within a string of additional information. Some strings contain multiple routes within one row. I don' t know Python. How can I extract the numbers from the "stop_desc" field in a way that I can then dissolve the resulting field numbers into a single route. In the image below, row 1 indicates that routes 1, 5 and 10 are represented at that stop. I have created a new field titled "route" for the numbers to be extracted.

Thank you