Kaydet (Commit) 53540ab0 authored tarafından Fred Drake's avatar Fred Drake

Correct the RE equivalent of scanf()'s %x and %X patterns.

Closes SF bug #572169.
üst 0b06be7b
......@@ -862,7 +862,7 @@ offers some more-or-less equivalent mappings between
\lineii{\code{\%u}}
{\regexp{\e d+}}
\lineii{\code{\%x}, \code{\%X}}
{\regexp{0[xX][\e dA-Fa-f]}}
{\regexp{0[xX][\e dA-Fa-f]+}}
\end{tableii}
To extract the filename and numbers from a string like
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment