Advertisement
colmulhall

Untitled

Mar 27th, 2014
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. String expr = "<td><span\\s+class=\"flagicon\"[^>]*>"
  2. + ".*?</span><a href=\""
  3. + "([^\"]+)" // first piece of data goes up to quote
  4. + "\"[^>]*>" // end quote, then skip to end of tag
  5. + "([^<]+)" // name is data up to next tag
  6. + "</a>.*?</td>"; // end a tag, then skip to the td close tag
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement