About 2,740 results
Open links in new tab
  1. re — Regular expression operations — Python 3.14.7 documentation

    2 days ago · A regular expression (or RE) specifies a set of strings that matches it; the functions in this module let you check if a …

  2. Python RegEx - W3Schools

    Python has a built-in package called re, which can be used to work with Regular Expressions. Import the re module: When you have …

  3. Regular expression HOWTO — Python 3.14.7 documentation

    1 day ago · This document is an introductory tutorial to using regular expressions in Python with the re module. It provides a gentler …

  4. re | Python Standard Library – Real Python

    The Python re module provides support for working with regular expressions, allowing you to search, match, and manipulate strings …

  5. Python RegEx - GeeksforGeeks

    Jul 10, 2025 · In Python, the built-in re module provides support for using RegEx. It allows you to define patterns using special …

  6. Python `re` Library: A Comprehensive Guide - CodeRivers

    Feb 22, 2026 · Regular expressions are a powerful tool for text processing in many programming languages, and Python is no …

  7. Python re Module - W3Schools

    The re module provides regular expression operations for pattern matching in strings. Use it to search, match, split, and replace text …

  8. Python RegEx - GeeksforGeeks

    Aug 14, 2025 · The re module in Python provides various functions that help search, match, and manipulate strings using regular …

  9. Python Regular Expressions - Google Developers

    Jul 23, 2024 · This page gives a basic introduction to regular expressions themselves sufficient for our Python exercises and shows …

  10. regex · PyPI

    Jul 17, 2011 · Alternative regular expression module, to replace re. This regex implementation is backwards-compatible with the …