From 66d32b1e120c018314773f10cb41a589f7539e9f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 14 Sep 2000 17:57:42 +0000 Subject: [PATCH] Add some index entries to make it easier to find information on %-formatting of strings. --- Doc/lib/libstdtypes.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index b638fa3cb6c..3e9cc53eeed 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -586,6 +586,11 @@ Return a copy of the string converted to uppercase. \subsubsection{String Formatting Operations \label{typesseq-strings}} +\index{formatting, string} +\index{string!formatting} +\index{printf-style formatting} +\index{sprintf-style formatting} + String objects have one unique built-in operation: the \code{\%} operator (modulo) with a string left argument interprets this string as a C \cfunction{sprintf()} format string to be applied to the