AlexanderBB
Well-known Member
- Joined
- Jul 1, 2009
- Messages
- 2,072
- Office Version
- 2019
- 2010
- Platform
- Windows
I think I'm getting confused with LIKE and Regular Expressions.
MyString contains a backslash followed by any 4 digits.
is failing.
I can think of many ways to resolve this but keen to know where I'm going wrong.
Thanks.
MyString contains a backslash followed by any 4 digits.
Code:
if MyString LIKE "\" & "[0-9]" then...
I can think of many ways to resolve this but keen to know where I'm going wrong.
Thanks.