Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae51bf commit 66d32b1Copy full SHA for 66d32b1
1 file changed
Doc/lib/libstdtypes.tex
@@ -586,6 +586,11 @@ \subsubsection{String Methods \label{string-methods}}
586
587
\subsubsection{String Formatting Operations \label{typesseq-strings}}
588
589
+\index{formatting, string}
590
+\index{string!formatting}
591
+\index{printf-style formatting}
592
+\index{sprintf-style formatting}
593
+
594
String objects have one unique built-in operation: the \code{\%}
595
operator (modulo) with a string left argument interprets this string
596
as a C \cfunction{sprintf()} format string to be applied to the
0 commit comments