Advertisement
Guest User

soc regex

a guest
Oct 9th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #exp(/^[^A-ZА-Я\.]+$/) |
  2. #exp(/^\s*[а-яa-z]/) | (
  3. #all[soc] &
  4. !#op &
  5. !#words(спб) &
  6. !#words(питер) &
  7. !#words(санкт) &
  8. !#words(dc2) &
  9. !#words(dc-2) &
  10. !#words(дс2) &
  11. !#words(дс-2)
  12. ) | (
  13. #all[soc] &
  14. (#words(пиздеть)) |
  15. (#words(тян)) |
  16. (#words(девушку))
  17. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement