BT Magnet Link

A URI scheme that defines the format of magnet links. E.g. magnet:?xt=urn:btih:1234567...

ed2k Link

A URI scheme used to denote files stored on computers connected to the eDonkey filesharing P2P network. E.g. ed2k://|file|%E5%AF%84%E7...

GUID/UUID

Regex pattern to match GUID/UUID. E.g. e155518c-ca1b-443c-9be9-fe90fdab734

HTML Comment

Regex pattern to match HTML comments. E.g. <!--<div class="demo"></div>-->

IMEI Number

International Mobile Equipment Identity is a unique 15- or 17-digit code. E.g. 123456789012345

Linux File Path

Regex pattern to validate Linux file path. E.g. /root/b.ts

Linux File (Hidden) Path

Regex pattern to validate Linux file (hidden) path. E.g. /root/.gitignore

Linux Folder Path

Regex pattern to validate Linux folder path. E.g. /usr/ad/dd/

MD5 (32-bit)

Regex pattern to match MD5 hashes. E.g. 21fe181c5bfc16306a6828c1f7b762e8

Subnetwork

A subnetwork or subnet is a logical subdivision of an IP network. E.g. 255.255.255.0.

URL

Supports port number, hash(#), and parameter(&). E.g. https://jquery.app/#/a=1&b=2

URL With Port

Regex to match url with port number. E.g. https://jquery.app:8080

Version Numbers

Regex pattern to match version numbers. E.g. '16.3.10'

Windows File Path

Regex pattern to validate Windows file path. E.g. C:\\Users\\Administrator\\Desktop\\1.link

Windows Folder Path

Regex pattern to validate Windows folder path. E.g. C:\\Users\\Administrator\\Desktop

Regex Is Copied!