I'm trying to remove an occurence of a letter and number from a string, the number may or may not appear in the string, It'll be in the format T1,T2 etc in a string like so
Football T9 something else
I'd just want the string changed to
Football something else
It'd be used in a UDF if that makes any difference, I was basically looking for how to use wildcard for the number as the letter would always be T.
Thanks
Football T9 something else
I'd just want the string changed to
Football something else
It'd be used in a UDF if that makes any difference, I was basically looking for how to use wildcard for the number as the letter would always be T.
Thanks