Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. </apple>[Ss]*?<apple(?:[Ss]*?</banana>s*){2}<banana>(.*)</banana>
  2.  
  3. </apple>[Ss]*?<apple(?:.*s*){3}(?:<banana>.*</banana>s*){2}<banana>(.*)</banana>
  4.  
  5. </apple>[Ss]*?<apple[^<banana>]*
  6.  
  7. <apple img="texta" name="namea">
  8. <pear width="1" height="11">
  9. <plum height="5">
  10. <banana>textb</banana>
  11. <banana>textc</banana>
  12. <banana>textd</banana>
  13. </plum>
  14. </pear>
  15. </apple>
  16. <apple img="text1" name="name1">
  17. <pear width="2" height="22">
  18. <plum height="6">
  19. <banana>text2</banana>
  20. <banana>text3</banana>
  21. <banana>text4</banana>
  22. </plum>
  23. </pear>
  24. </apple>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement