Hi All,
I want to check if my strings contains a “+” sign and two characters/alphabets or not.
string can be like this :- ‘26 | 32’!F8+‘26 | 32’!F12
Here the condition satisfies like it contains a “+” sign and two F’s . Like this I have to check others strings too. How should I achieve this?
Please help