Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. my_command "regex or text" <"regex or text"|NA> <"text or regex"|NA> integer integer
  2.  
  3. Example1: my_command "Simple case" NA NA 2 3
  4.  
  5. Example2: my_command "This is it!" "[",;']" "Really?" 3 5
  6.  
  7. Example3: my_command "Not so fast" NA "Another regex int the mix ["a-zA-Z123]" 1 1
  8.  
  9. Example1: list[0] = "Simple Case", list[1] = NA, list[2] = NA, list[3] = "2", list[4] = "3"
  10.  
  11. Example2: list[0] = "This is it!", list[1] = "[",;']", list[2] = NA, list[3] = "3", list[4] = "5"
  12. Example3: list[0] = "Not so fast", list[1] = NA, list[2] = "Another regex int the mix ["a-zA-Z123]" , list[3] = "1", list[4] = "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement