Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-07-07 08:17
Flavor·PCRE (Legacy)

/
%(?<flags>[-+#0])?(?<width>\d+|\*)?(?:\.(?<precision>\d+|\*))?(?<length>[hljztL]|hh|ll)?(?<specifier>[diuoxXfFeEgGaAcspn])
/
g
Open regex in editor

Description

Get standard parts of C++ format modifiers

Submitted by Zak