Skip to content

Commit

Permalink
Update Intro_Python.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ellesimas committed Dec 7, 2020
1 parent d1d6118 commit 4b63b9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/Vitollino/Intro_Python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1250,8 +1250,9 @@ Não se assuste. **Não é um espaço para tópicos difíceis**, são apenas tó

* **EXPRESSÃO REGULAR (RE)**

Expressões regulares (chamadas REs, ou regexes ou padrões de regex) são essencialmente uma pequena linguagem de programação altamente especializada embutida em Python e feita disponível através do ``re`` módulo. Através das expressões regulares é possível encontrar facilmente sequências, padrões, dentro de uma string.

A ``expressão regular`` corresponde a um módulo python que permite encontrar sequências, padrões, dentro de uma string.
Fonte: `Python.org`_

Imagine um stencil com padrão *ABC*:

Expand Down Expand Up @@ -1650,6 +1651,7 @@ Referências
.. _Loop Python: https://www.w3schools.com/python/python_for_loops.asp
.. _Função: https://docs.python.org/pt-br/3.8/library/functions.html
.. _Classe: https://docs.python.org/3/tutorial/classes.html
.. _Python.org: https://docs.python.org/3/howto/regex.html

.. _Python.org: https://www.python.org/doc/
.. _Guido van Rossum: https://en.wikipedia.org/wiki/Guido_van_Rossum
Expand Down

0 comments on commit 4b63b9f

Please sign in to comment.