Android Question Regex and reading section from html code

kohle

Active Member
Licensed User
Longtime User
Hi,

I didnt find it in the forum, so I ask :

<span>bfbfbfb </span>

In one line, I get it with the pattern : <span>(.*?)</span>

When I have :

<span>Test1
Test2
Test3
</span>

I dont get it. I know the dot is for reading until Linebreak.
But how I can read over more lines in B4a

rgs
Jürgen
 
Top