File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1072,13 +1072,13 @@ expressions.
10721072+--------------------------------+---------------------------------------------+
10731073| ``%i `` | ``[-+]?(0[xX][\dA-Fa-f]+|0[0-7]*|\d+) `` |
10741074+--------------------------------+---------------------------------------------+
1075- | ``%o `` | ``0[ 0-7]* `` |
1075+ | ``%o `` | ``[-+]?[ 0-7]+ `` |
10761076+--------------------------------+---------------------------------------------+
10771077| ``%s `` | ``\S+ `` |
10781078+--------------------------------+---------------------------------------------+
10791079| ``%u `` | ``\d+ `` |
10801080+--------------------------------+---------------------------------------------+
1081- | ``%x ``, ``%X `` | ``0[xX][\dA-Fa-f]+ `` |
1081+ | ``%x ``, ``%X `` | ``[-+]?( 0[xX])? [\dA-Fa-f]+ `` |
10821082+--------------------------------+---------------------------------------------+
10831083
10841084To extract the filename and numbers from a string like ::
You can’t perform that action at this time.
0 commit comments