https://github.com/ledsouza/extrator-url
Projeto sobre extração de informações de uma URL
https://github.com/ledsouza/extrator-url
regular-expression vitrinedev
Last synced: about 1 month ago
JSON representation
Projeto sobre extração de informações de uma URL
- Host: GitHub
- URL: https://github.com/ledsouza/extrator-url
- Owner: ledsouza
- Created: 2023-07-17T18:57:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T12:26:43.000Z (over 2 years ago)
- Last Synced: 2025-01-14T05:24:19.595Z (over 1 year ago)
- Topics: regular-expression, vitrinedev
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Extrator de URL
- Aprender a manipular strings em Python para extrair informações de um texto
- Entender a classe String e seus métodos mais a fundo
- Saber como utilizar Expressões Regulares no Python para encontrar padrões
- Conhecer os métodos especiais do Python e como utilizá-los para adicionar comportamento à sua classe
- Aplicar conhecimentos de orientação a objetos
| :books: Vitrine.Dev | |
| ------------- | --- |
| :sparkles: Nome | **Extrator de URL**
| :label: Tecnologias | python (Regular Expressions)
