Navigation
index
next
|
Mini Tutorial RegEx
»
Mini Tutorial RegEx
¶
Sumário:
Expressões regulares: introdução
Idéia básica
Metacaracteres
Gula × moderação
Expressões regulares em Python: módulo
re
Conceitos
funções × métodos
match
×
search
Flags: ajustes no funcionamento das regex
Exercícios
1. Especificadores e quantificadores
2. Âncoras
3. Agrupamento
Onde aprender mais
Documentação oficial do Python
Livros
Resumos
Software
Glossário
Indices and tables
¶
Index
Module Index
Search Page
Table Of Contents
Mini Tutorial RegEx
Indices and tables
Next topic
Expressões regulares: introdução
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
next
|
Mini Tutorial RegEx
»