CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 03:35:43 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=5f2a1a99ec861c2d28859578e8eb021607c99fe33b9122f7264ecee37c45749da%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22hCuOPjZN305UZCN6eOH_Hm6hGKPVcP4Q%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cb4f204b35a9c3-BLR
URL detection - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This regexp (for php preg_replace) should match any URLs in text (beginning with protocol or by www.)
- # BUT only if they are not encapsulated by $ ($https://somewhere$ MUST NOT be matched).
- #
- # At first it is here splited to parts for easier reading
- # EDIT: Moved punctuation inside the outer parentheses
- #
- # ------- this is here for checking the $ sign at the beginning -------#
- (?<!\$)(?<!\$http:\/\/)(?<!\$https:\/\/)(?<!\$ftp:\/\/)(?<!\$ftps:\/\/)
- #-- detect protocol or www ----#
- ((((https?|ftps?):\/\/)|(www\.))
- # everything except spaces and so - I'm counting with IDN.
- # And strip punctuation from the end
- (\S+\.\S+)*[^\s,.?!])
- # check if the $ is not at the end
- (?!\$)
- # full regex without splitting
- (?<!\$)(?<!\$http:\/\/)(?<!\$https:\/\/)(?<!\$ftp:\/\/)(?<!\$ftps:\/\/)((((https?|ftps?):\/\/)|(www\.))(\S+\.\S+)*[^\s,.?!])(?!\$)
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 8 sec ago | 0.10 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ G
JavaScript | 11 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D G⭐⭐
Java | 20 sec ago | 0.10 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ B
JavaScript | 23 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ W
JavaScript | 25 sec ago | 0.24 KB
-
⭐⭐⭐ChangeNOW Exploit⭐⭐
Java | 32 sec ago | 0.10 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ E
JavaScript | 34 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ V
JavaScript | 35 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand