Guest User

Untitled

a guest
Oct 18th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. linkRgx = /https?://[^s;|\*'"!,()<>]+/g;
  2.  
  3. Insecure '^'
  4.  
  5. /bhttps?://[-w+&@#/%?=~|$!:,.;]*[w+&@#/%=~|$]/g
  6.  
  7. /*jslint regexp: false*/
  8. .... Javascript statement(s) ....
  9. /*jslint regexp: true*/
  10.  
  11. /*jslint regexp: true*/
  12. linkRgx = /https?://[^s;|\*'"!,()<>]+/g;
  13. /*jslint regexp: false*/
  14.  
  15. /* eslint-disable */
  16.  
  17. !function(){
  18. // no lint here!
  19. }()
  20.  
  21. /* eslint-enable */
Add Comment
Please, Sign In to add comment