I need to extract the app_id from the following string in the column below:
&app_id=4.25.9&
so anything that starts with &app_id= and ends with &
Any ideas on how to write this example? The number of characters and symbols may differ.
I need to extract the app_id from the following string in the column below:
&app_id=4.25.9&
so anything that starts with &app_id= and ends with &
Any ideas on how to write this example? The number of characters and symbols may differ.