There is a string
<tr dir='ltr'><td class=hd><p style='*:*;'>.</td><td class='s*'>*.*.* *:*:*<td dir='ltr' class='s*'>DATA</tr> Where * - can be any number of numeric \ text information (only numbers or letters). Need to pull DATA
Why are the asterisks in the entire line? You can get by with only a part with DATA.
/<td\s*dir='ltr'\s*class='s.*?'>.*?<\/tr>/ Source: https://ru.stackoverflow.com/questions/264223/
All Articles