Python for network engineers
latest
  • Download PDF/Epub
  • Introduction
  • Book resources
  • I. Python basics
  • II. Code reuse
  • III. Regular expressions
    • 14. Regular expression (regex) syntax
      • Regular expression syntax
      • Character sets
      • Repeating characters
      • Special symbols
      • Greedy qualifiers
      • Grouping
      • Parsing the output of ‘show ip dhcp snooping’ command using named groups
      • Non-capturing group
      • Repeating the captured result
    • 15. Module re
  • IV. Data writing and transmission
  • V. Working with network devices
  • VI. Basics of object-oriented programming
  • VII. Working with databases
  • VIII. Additional information
  • What’s next
Python for network engineers
  • Docs »
  • III. Regular expressions »
  • 14. Regular expression (regex) syntax
Next Previous

14. Regular expression (regex) syntax¶

  • Regular expression syntax
  • Character sets
  • Repeating characters
  • Special symbols
  • Greedy qualifiers
  • Grouping
  • Parsing the output of ‘show ip dhcp snooping’ command using named groups
  • Non-capturing group
  • Repeating the captured result
Next Previous

© 2015-2022, Natasha Samoylenko. Last updated on Jan 16, 2022. Translated from Russian by Aidar Khairullin

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

This work is licensed under a CC-BY-SA-4.0.

Read the Docs v: latest
Versions
latest
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.