CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 03:48:53 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=1aabac1837673ca40a80cf3700f66ef099de0cf3234b55fbc6a5b8ba97c88eb0a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22yGGSTdogKGASpb6byB2TTEK7__r8nV5F%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d39fc9bdacccbb-BLR
domain lowercase - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const QString tempstring1 =
- "^"
- // Identifier for http and ftp
- "(?:(?:https?|ftps?)://)?"
- // user:pass authentication
- "(?:\\S+(?::\\S*)?@)?"
- "(?:"
- // IP address dotted notation octets
- // excludes loopback network 0.0.0.0
- // excludes reserved space >= 224.0.0.0
- // excludes network & broacast addresses
- // (first & last IP address of each class)
- "(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])"
- "(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}"
- "(?:\\.(?:[1-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))"
- "|"
- // host name
- "(?:(?:[_a-z\\x{00a1}-\\x{ffff}0-9]-*)*[a-z\\x{00a1}-\\x{ffff}0-9]+)"
- // domain name
- "(?:\\.(?:[a-z\\x{00a1}-\\x{ffff}0-9]-*)*[a-z\\x{00a1}-\\x{ffff}0-9]+)*"
- // TLD identifier
- "(?:\\.(?:[a-z\\x{00a1}-\\x{ffff}]{2,}))"
- "\\.?"
- ")"
- // port number
- "(?::\\d{2,5})?";
- QRegularExpression getDomain(tempstring1, QRegularExpression::CaseInsensitiveOption);
- QString tempString = string;
- QString domain = getDomain.match(tempString).captured(0);
- QString lowercaseLinkString = string;
- lowercaseLinkString.replace(domain, domain.toLower());
Advertisement
Add Comment
Please, Sign In to add comment
-
✅⭐ Make huge profits on trading ⭐⭐ S
JavaScript | 3 sec ago | 0.25 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 12 sec ago | 0.25 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ G
JavaScript | 21 sec ago | 0.25 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ X
JavaScript | 30 sec ago | 0.25 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ X
JavaScript | 39 sec ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ S
JavaScript | 48 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch ⭐ 3
JavaScript | 57 sec ago | 0.25 KB
-
✅⭐ Make huge profits on trading ⭐⭐ S
JavaScript | 1 min ago | 0.25 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