mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
restructured library manual accordiung to functional group
This commit is contained in:
parent
557ed94ebb
commit
ecde781dd1
55 changed files with 899 additions and 275 deletions
20
Doc/lib/libstrings.tex
Normal file
20
Doc/lib/libstrings.tex
Normal file
|
@ -0,0 +1,20 @@
|
|||
\chapter{String Services}
|
||||
|
||||
The modules described in this chapter provide a wide range of string
|
||||
manipulation operations. Here's an overview:
|
||||
|
||||
\begin{description}
|
||||
|
||||
\item[string]
|
||||
--- Common string operations.
|
||||
|
||||
\item[regex]
|
||||
--- Regular expression search and match operations.
|
||||
|
||||
\item[regsub]
|
||||
--- Substitution and splitting operations that use regular expressions.
|
||||
|
||||
\item[struct]
|
||||
--- Interpret strings as packed binary data.
|
||||
|
||||
\end{description}
|
Loading…
Add table
Add a link
Reference in a new issue