Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. #Fuckshithere
  2.  
  3. #noregex
  4.  
  5.  
  6. BantRapz
  7. OGPLWE
  8. OGplwe
  9. EazyE
  10. SnoopDogg
  11.  
  12. #regex
  13.  
  14.  
  15. [Rr][Ee][Aa][Ll][Nn][Ili][Gg]{2}[Aa]
  16. [Rr][Ee][Aa][Ll][Nn][Ili][Gg][Aa]
  17. [Bb][Aa][Nn][Tt][Rr][Aa][Pp][Zz]
  18. [Bb][Aa][Nn][Tt][Rr][Aa][Pp][Ss]
  19. [Oo][Gg][Pp][Ll][Ww][Ee]
  20. [Oo][Gg][:punct:][Pp][Ll][Ww][Ee]
  21. [Ss][Nn][Oo]{2}[Dd][Oo][Gg]{2}
  22. ^[Ee][Aa][Zz][Yy][Ee]
  23. ^[Ee][Aa][Zz][Yy][:punct:][Ee]
  24.  
  25. # Meriken's Tripcode Engine English
  26. # Copyright (c) 2011-2015 !/Meriken/. <meriken.2ch@gmail.com>
  27.  
  28. # - Specify only one pattern in each line.
  29. # - Patterns must be at least 5 characters in length.
  30. # Specify non-regex patterns after the "#noregex" directive.
  31. # You can only use [A-Za-z0-9./] for patterns.
  32. # Specify regex patterns after the "#regex" directive.
  33. # The following operators and specifiers are available for use:
  34. #
  35. # ^ $ () | [] [^] . + * ? \ {n} {m,n} \n
  36. # [:alpha:] [:upper:] [:lower:] [:digit:] [:alnum:] [:punct:]
  37. #
  38. # It is encouraged to use '^' whenever possible to achieve maximum
  39. # search speed.
  40.  
  41. #^TEST/ # Matches "!TEST/UH3.F", "!TEST/ZXVew", etc.
  42. #/TEST$ # Matches "!15ycs/TEST", "!wtra5/TEST", etc.
  43. #/TEST/ # Matches "!y/TEST/5uj", "!anj/TEST/.", etc.
  44. #^[0-9]*$ # Matches "!8710915015", "!9104552720", etc.
  45. #^([:upper:]{5})\1$ # Matches "!IOPAFIOPAF", "!UIABTUIABT", etc.
  46. #^[Mm]eriken[:punct:] # Matches "!meriken/u6", "!Meriken.qe", etc.
  47.  
  48.  
  49. #ignore
  50. Lines between "#ignore" are "#endignore" will be ignored.
  51. #endignore
  52.  
  53. # You cannot specify a pattern in the last line.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement