I have a situation where I would like to be able to extract a certain number of characters in a given string... for example:
Joe Joe KLTV 300x600
Joe KLTV 728x90 Leader
From the two examples I would like to be able to just extract the "KLTV" Upper Case call letters...
I'm assuming code must be involved... Is their a way to pull the text of a string where the succeeding text is Upper Case...?
It doesn't seem possible to me due to the variation in location of the call letter I need, but Any Suggestions would be Awesome!!!
Thanks in advance,
Joe Joe KLTV 300x600
Joe KLTV 728x90 Leader
From the two examples I would like to be able to just extract the "KLTV" Upper Case call letters...
I'm assuming code must be involved... Is their a way to pull the text of a string where the succeeding text is Upper Case...?
It doesn't seem possible to me due to the variation in location of the call letter I need, but Any Suggestions would be Awesome!!!
Thanks in advance,