I want to parse some numeric values off a site.
I used text.finder on a small site off one of my servers, it works.
Now I'm trying it on a secure https client on a esp8266, it works but some strings it doesnt find.
It seems that it doesnt 'look' inside Css directives or values inside <> tags, I thought the function just looked at the data stream instead of discriminating text & tags.
Can anyone tell me more about this.
I used text.finder on a small site off one of my servers, it works.
Now I'm trying it on a secure https client on a esp8266, it works but some strings it doesnt find.
It seems that it doesnt 'look' inside Css directives or values inside <> tags, I thought the function just looked at the data stream instead of discriminating text & tags.
Can anyone tell me more about this.