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 f96e0d2 commit 1b194f9Copy full SHA for 1b194f9
1 file changed
Doc/lib/libstring.tex
@@ -53,8 +53,11 @@ \section{\module{string} ---
53
is undefined.
54
\end{datadesc}
55
56
-The functions defined in this module are:
57
+Many of the functions provided by this module are also defined as
58
+methods of string and Unicode objects; see ``String Methods'' (section
59
+\ref{string-methods}) for more information on those.
60
+The functions defined in this module are:
61
62
\begin{funcdesc}{atof}{s}
63
Convert a string to a floating point number. The string must have
0 commit comments