> The modules described in this chapter provide a wide range of string manipulation operations and other text processing services.
|||
|---|---|
|string | Common string operations|
|re | Regular expression operations|
|difflib | Helpers for computing deltas|
|textwrap | Text wrapping and filling|
|unicodedata | Unicode Database|
|stringprep | Internet String Preparation|
|readline | GNU readline interface|
|rlcompleter | Completion function for GNU readline|
## [Binary Data Services](https://docs.python.org/3/library/binary.html)
> The modules described in this chapter provide some basic services operations for manipulation of binary data. Other operations on binary data, specifically in relation to file formats and network protocols, are described in the relevant sections.
> The modules described in this chapter provide a variety of specialized data types such as dates and times, fixed-type arrays, heap queues, double-ended queues, and enumerations.