i have a string containing address and i want to pick only state/province from it which will always be two alphabets.please suggest.
Example:
house no.1,Abc street
Berlin,ON, L65X1W
I have to pick only ‘ON’ from this whole address string.
Please suggest