wackywoo105
Registered User.
- Local time
- Yesterday, 17:01
- Joined
- Mar 14, 2014
- Messages
- 203
I'm trying to find a sting like "AFE43542" within a web page html with instr. The string will always be of the format [a-z][a-z][a-z]#####.
I've used
and
Istr never finds the match.
What am I doing wrong?
I've used
Code:
"[a-z][a-z][a-z]#####"
Code:
"???#####"
What am I doing wrong?