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

Skip to content

Commit 1b194f9

Browse files
committed
Add a reference to the material on string methods.
1 parent f96e0d2 commit 1b194f9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Doc/lib/libstring.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,11 @@ \section{\module{string} ---
5353
is undefined.
5454
\end{datadesc}
5555

56-
The functions defined in this module are:
5756

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:
5861

5962
\begin{funcdesc}{atof}{s}
6063
Convert a string to a floating point number. The string must have

0 commit comments

Comments
 (0)