h?optionally matches the literal h (10410 / 1508 / 6816) (case sensitive)
t?optionally matches the literal t (11610 / 1648 / 7416) (case sensitive)
t?optionally matches the literal t (11610 / 1648 / 7416) (case sensitive)
p?optionally matches the literal p (11210 / 1608 / 7016) (case sensitive)
s?optionally matches the literal s (11510 / 1638 / 7316) (case sensitive)
:?optionally matches the literal : (5810 / 728 / 3A16)
\/?optionally matches the literal / (4710 / 578 / 2F16)
\/?optionally matches the literal / (4710 / 578 / 2F16)
w?optionally matches the literal w (11910 / 1678 / 7716) (case sensitive)
w?optionally matches the literal w (11910 / 1678 / 7716) (case sensitive)
w?optionally matches the literal w (11910 / 1678 / 7716) (case sensitive)
.any character (except for line terminators)
examplethe literal text example (case sensitive) .any character (except for line terminators)
comthe literal text com (case sensitive) \/the literal / (4710 / 578 / 2F16)
.*any character (except for line terminators), repeated any number of times
\/the literal / (4710 / 578 / 2F16)
Dthe literal D (6810 / 1048 / 4416) (case sensitive)
dthe literal d (10010 / 1448 / 6416) (case sensitive)
ownloadthe literal text ownload (case sensitive) .*any character (except for line terminators), repeated any number of times
\??optionally matches the literal ? (6310 / 778 / 3F16)