Advertisement
Guest User

regexgolf

a guest
Dec 20th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. Plain strings (207)
  2. Anchors (208)
  3. Ranges (201)
  4. Backrefs (198)
  5. Abba (188)
  6. A man, a plan (174)
  7. Prime (208)
  8. Four (195)
  9. Order (172)
  10. Triples (553)
  11. Glob (332)
  12. Balance (25)
  13. Powers (32)
  14. Score 2693
  15.  
  16.  
  17. foo
  18. k$
  19. [a-f]{4,}
  20. (\w{3})\w*\1
  21. ^((?!(\w)(\w)\3\2).)*$
  22. ^(\w)(\w).*\2\1$
  23. ^x{2}$|^x{3}$|^x{5}$|^x{7}$|^x{11}$|^x{13}$|^x{17}$|^x{19}$|^x{23}$|^x{29}$|^x{31}$|^x{33,}$
  24. (\w).*\1.*\1.*\1
  25. ^[a-gm][a-o][ceolfsrimtp][a-u][a-mo-z]
  26. ^0+[0369]$|^0+1[25]|^0[6]|^1[47]\d+[06]$|^3[1269]|^4[04]|^7[14]|^8[17]|^9[05]
  27. \*(err|falle|il|tud|taiodi)\*|\*(v)|(dl|a|ther|t|m|pe|wi)\*|(chr|c[or]|dow|par|pr|su|sy)
  28. <blah>
  29. ^x{1,2}$|^x{4}$|^x{8}$|^x{16}$|^x{32}$|^x{64,128}$|^x{256}$|^x{512}$|^x{1024}$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement