Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. {
  2. "id" : {
  3. "idUri" : [ "/id/123123" ]
  4. }
  5. }
  6.  
  7. Reference Name: id
  8. Regular Expression: "idUri" : [ "(.+?)" ]
  9. Template: $1$
  10. Match No.(0 for Random): 1
  11. Default Value: failed_id
  12.  
  13. Regular Expression: "idUri" : [ "([^"]+?)" ]
  14.  
  15. Reference Name: id
  16. Regular Expression: idUri"s:s[s"/id/(.+)"
  17. Template: $1$
  18. Match No.(0 for Random): 1
  19. Default Value: failed_id
  20.  
  21. s - means single space
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement