Ten dokument dotyczy starej wersji Pythona, która nie jest już wspierana. Powinieneś przejść na wyższą wersję i przeczytać dokumentację Pythona dla bieżącego stabilnego wydania.

Nawigacja

  • indeks
  • moduły |
  • dalej |
  • wstecz |
  • Python »
  • 3.7.17 Documentation »
  • Biblioteka standardowa Pythona »
  • |

Usługi przetwarzania tekstu¶

Moduły opisane w tym rozdziale dostarczają szeroki zakres operacji i innych usług, pozwalających na manipulowanie ciągami znaków.

The codecs module described under Binary Data Services is also highly relevant to text processing. In addition, see the documentation for Python’s built-in string type in Text Sequence Type — str.

  • string — Common string operations
    • String constants
    • Custom String Formatting
    • Format String Syntax
      • Format Specification Mini-Language
      • Format examples
    • Template strings
    • Helper functions
  • re — Regular expression operations
    • Regular Expression Syntax
    • Module Contents
    • Regular Expression Objects
    • Match Objects
    • Regular Expression Examples
      • Checking for a Pair
      • Simulating scanf()
      • search() vs. match()
      • Making a Phonebook
      • Text Munging
      • Finding all Adverbs
      • Finding all Adverbs and their Positions
      • Raw String Notation
      • Writing a Tokenizer
  • difflib — Helpers for computing deltas
    • SequenceMatcher Objects
    • SequenceMatcher Examples
    • Differ Objects
    • Differ Example
    • A command-line interface to difflib
  • textwrap — Text wrapping and filling
  • unicodedata — Unicode Database
  • stringprep — Internet String Preparation
  • readline — GNU readline interface
    • Init file
    • Line buffer
    • History file
    • History list
    • Startup hooks
    • Completion
    • Example
  • rlcompleter — Completion function for GNU readline
    • Completer Objects

Poprzedni temat

Built-in Exceptions

Następny temat

string — Common string operations

Ta strona

  • Zgłoś błąd
  • Pokaż źródło

Nawigacja

  • indeks
  • moduły |
  • dalej |
  • wstecz |
  • Python »
  • 3.7.17 Documentation »
  • Biblioteka standardowa Pythona »
  • |
© Copyright 2001-2023, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.
Ostatnia modyfikacja cze 28, 2023. Found a bug?
Created using Sphinx 2.3.1.