I'm trying to format an address string in React Native.
The address string data given is 123 STREET, 123 CITY, PROVINCE 123
and I want to show only PROVINCE 123
What should I do.
Any help will be appreciated
I'm trying to format an address string in React Native.
The address string data given is 123 STREET, 123 CITY, PROVINCE 123
and I want to show only PROVINCE 123
What should I do.
Any help will be appreciated