Hi guys,
Using RegEx, I am trying to extract numbers after Telstra Site ID, from the text "Telstra Site ID 12049", and parse these numbers into a new column. Can somebody please write me the expression and guide on the steps to achieve this?
Hi @arsalanzaki
Please use the below Regex expression.
(\d+)$
Many thanks
Shanker V
So the outcome is to get the numbers 12049 parsed into a new column.
Please find the below use case. Hope this helps!!!