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