Hey guys,
I got a question regarding regular expressions, I got the following code:
I get a compile error for \w+, it says expected: expression.
And what do I have to change \w+ to in order to use only digits and letters?
Thanks in advance!
I got a question regarding regular expressions, I got the following code:
Code:
.Pattern = "<a href=\" / (\w+) \">"
I get a compile error for \w+, it says expected: expression.
And what do I have to change \w+ to in order to use only digits and letters?
Thanks in advance!