Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66d32b1

Browse files
committed
Add some index entries to make it easier to find information on
%-formatting of strings.
1 parent 7ae51bf commit 66d32b1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/lib/libstdtypes.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,11 @@ \subsubsection{String Methods \label{string-methods}}
586586

587587
\subsubsection{String Formatting Operations \label{typesseq-strings}}
588588

589+
\index{formatting, string}
590+
\index{string!formatting}
591+
\index{printf-style formatting}
592+
\index{sprintf-style formatting}
593+
589594
String objects have one unique built-in operation: the \code{\%}
590595
operator (modulo) with a string left argument interprets this string
591596
as a C \cfunction{sprintf()} format string to be applied to the

0 commit comments

Comments
 (0)