• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Find text on a webpage

outzen

Lurker
Hi
I'm trying to download a page containing at some place the string :"Offline" or :"Online" and to find if it is :"Online" now.

I'v tried with
Downloading the page into a file, with: Http Get
Read downloadad file, with: Read file into %res
-so far it's okay, but searching for :"Online" using Variable Searche and replace - not so okay

Sat "Variable" to %res
Search .*Online.*
Ignore case
multi-Line (its on about line 43)
Store match in %res1

Popup %res1 just show the literally "%res1"
 
Welcome to Android Forums.

Go to the top level in Tasks
Long press on the task of interest
Press three dots
Press export
Press Description to Clipboard

Paste into message and post it here.

... Thom
 
Back
Top Bottom