Advertisement
cnl_cnl_cnl

Untitled

Sep 14th, 2023
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Trigger
  2.  
  3. Pattern: (perl regex)
  4. (https?://[\S]+)( |')
  5.  
  6. Code:
  7. selectString(matches[2],1)
  8. replace("")
  9. echoLink(matches[2], [[openUrl("]]..matches[2]..[[")]], matches[2])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement