Python - Test Automation Logo

Contents

  • Course Overview
  • Python Language
  • Python 3 Standard Library
    • Runtime Features
    • Application Building Blocks
    • The File System
    • Text
      • string — Text Constants and Templates
      • re — Regular Expressions
      • difflib — Compare Sequences
    • Dates and Times
    • Data Persistence and Exchange
    • Data Compression and Archiving
    • Cryptography
    • Mathematics & Data Analysis
    • Concurrency with Processes
    • Networking, Internet / Web Services
    • GUI Frameworks
  • Python Test Frameworks
  • Resources
Python - Test Automation
  • Python 3 Standard Library
  • Text
  • View page source

Text

PyMOTW-3 - Text

string — Text Constants and Templates

  • string — Text Constants and Templates

  • string — Common string operations

re — Regular Expressions

  • re — Regular Expressions

  • re — Regular expression operations

  • Using Regular Expressions in Python 3

  • Online Regex Editor

difflib — Compare Sequences

  • difflib — Compare Sequences

  • difflib — Helpers for computing deltas

Previous Next

© Copyright 2023, Miguel Miranda.

Built with Sphinx using a theme provided by Read the Docs.