Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-10-28 08:43
Flavor·PCRE2 (PHP)

/
%(?'flag'[-0+ #]{0,3})(?'minwidth'[0-9]*)(?'comma'\.)?(?'precision'(?('comma')[0-9]*))(?'length'[hlqLjzZt]|ll|hh)?(?'type'[dscuobS%nfeEgGaACDiIOUpXx]{1})
/
gm
Open regex in editor

Description

A regex that matches the printf C99 standard

Submitted by renardfute