Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- String expr = "<td><span\\s+class=\"flagicon\"[^>]*>"
- + ".*?</span><a href=\""
- + "([^\"]+)" // first piece of data goes up to quote
- + "\"[^>]*>" // end quote, then skip to end of tag
- + "([^<]+)" // name is data up to next tag
- + "</a>.*?</td>"; // end a tag, then skip to the td close tag
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement