Advertisement
4ndr0666

Handy Regex For Reddit

Jul 5th, 2023 (edited)
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | Cybersecurity | 0 0
  1. ### Handy Redddi Regexp
  2.  
  3. # --- // https://preview.redd.it:
  4. ```bash
  5. $ \bp[a-z]+\w.redd.it
  6. ```
  7.  
  8. # --- // https://i.redd.it/:
  9. ```bash
  10. $ \bi.redd.it/
  11. ```
  12.  
  13. # --- // https://www.reddit.com/:
  14. ```bash
  15. $ \bwww+.reddit.com/
  16.  
  17. ```
  18.  
  19. **UHQ Prefix: https://external-preview.redd.it**
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement