Guest User

Untitled

a guest
May 27th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. {
  2. (?P<comment> \[\[\]\]
  3. (?P<text> .+?)
  4. ( \[\[\]\] | $ ) ) |
  5. (?P<comment2> \[\]\[\]
  6. (?P<text2> .+?)
  7. ( \[\]\[\] | $ ) ) |
  8.  
  9. (?P<inline>
  10. (?P<style>
  11. (?P<strong> \*\*
  12. (?P<strong_text> ( (?P>style) | . )+? )
  13. \*\* ) |
  14. (?P<em> \*
  15. (?P<em_text> ( (?P>style) | . )+? )
  16. \* ) |
  17. ) |
  18.  
  19. (?P<topic> \[\[ (?P<topic_text> .+?) \]\] )
  20. (?P<anchor> \[ (?P<anchor_text> .+?) \]
  21. \( (?P<ahcnor_href> .+?) \) ) |
  22. (?P<topic_a> \[ (?P<topic_a_text> .+?) \]
  23. \[ (?P<topic_a_href> .+?) \] )
  24. )
  25. }xsu
Add Comment
Please, Sign In to add comment