I would like to create a hyperlink to display platbook pages. In order to do this, I must find a way to pull in the values within a paragraph from an existing field, then use the calculate field tool to separate the pages that would each be recorded in to newly created fields.
The problem is that I am not sure how to search for special characters in a paragraph using either ARCADE or PYTHON 3 in ArcGIS Pro. For example, how could I search for a the "-" character within a paragraph to find/separate the 44 and 42 values within the following string "North Miami Beach PB 44-42 LOT SIZE 21815" ?
I was thinking maybe helpers like Split, Left, or Mid would be used. It has been tricky because the values that I would try separate are not always in the same position when doing a character count.
Any insight in to how to get started on this would be helpful.