As the title says... Chat on...

User avatar
By Daveth3
#42833 I do something like this to get everything between <p> </p>
But you still get the ',' in the number but I don't know not enough of regular expressions to get rid of that

Code: Select allstring.match(payload, '<p>(.*)</p>')


Mabey this will help you.