Advertisement
Madmouse

woot lol, now its time for pass 3

Jul 8th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. [anon@localhost regexgen]$ ./regex.py test
  2. Pass 1 = AAAAS-SNNNNNNNNNN
  3. Pass 2 = ['AAAA', 'S', '-', 'S', 'NNNNNNNNNN']
  4.  
  5. Pass 1 = AAAAS-SNNNNNNNNNNS-SNNN
  6. Pass 2 = ['AAAA', 'S', '-', 'S', 'NNNNNNNNNN', 'S', '-', 'S', 'NNN']
  7.  
  8. Pass 1 = NNNNNNNNNNS-SNN
  9. Pass 2 = ['NNNNNNNNNN', 'S', '-', 'S', 'NN']
  10.  
  11. Pass 1 = AAAAS-SNNNNNNNNNNS-SN
  12. Pass 2 = ['AAAA', 'S', '-', 'S', 'NNNNNNNNNN', 'S', '-', 'S', 'N']
  13.  
  14. [anon@localhost regexgen]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement