Regular Expressions 101

Community Patterns

0

\w

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago
0

\D

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago
0

\d

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago
0

\S

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago
0

\s

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago
0

.

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago

FFMPEG - Get Bitrate

0

Regular Expression
PCRE (PHP <7.3)

/
[(bitrate:\ )] (\d*) [(kb\/s)]
/

Description

Loading markdown...
Submitted by DreamWave - 7 years ago