Introduction/Question:
I have been studying the use of Regular Expressions (using VBA/Excel), and so far I cannot understand how I would isolate a <
You can explicitly include a white space in your RegEx pattern. The following pattern works just fine
strPattern = "^[0-9](\S)+ "