YasserKhalil
Well-Known Member
Hello everyone
I have some strings that I need to manipulate .. I need to extract words that starts with capital letters only and the length of the word is greater than 1
Example :
2507 N 45th StSeattle WA 98103
This string would be "StSeattle WA" .. Numbers are excluded and the capital letter N is excluded too as it is of one letter in length
Thank you very much for help
I have some strings that I need to manipulate .. I need to extract words that starts with capital letters only and the length of the word is greater than 1
Example :
2507 N 45th StSeattle WA 98103
This string would be "StSeattle WA" .. Numbers are excluded and the capital letter N is excluded too as it is of one letter in length
Thank you very much for help