G
Guest
I'm looking for a pattern, for replacing whole words as long as they are not
preceded by "#(" ==> where # stands for any number
eg: (P is to be replaced with "ReplaceText")
Input: AVG(P/123(P)*PE/P+213(P))
Output: AVG(ReplaceText/123(P)*PE/ReplaceText+213(P))
Thanks,
UK.
preceded by "#(" ==> where # stands for any number
eg: (P is to be replaced with "ReplaceText")
Input: AVG(P/123(P)*PE/P+213(P))
Output: AVG(ReplaceText/123(P)*PE/ReplaceText+213(P))
Thanks,
UK.