Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
%[\-\+0\s\#]{0,1}(\d+){0,1}(\.\d+){0,1}[hlI]{0,1}[cCdiouxXeEfgGnpsS]{1}
|
Description |
This regular expression matches "c" format strings for printf/scanf functions.
|
Matches |
%s%02d | %s | %04lX
|
Non-Matches |
%5.f | %++X | %@d
|
Author |
Rating:
Vladimir Klykov
|
Displaying page
of
pages;
Items to