{"id":20550904,"url":"https://github.com/artodeschini/regex","last_synced_at":"2025-03-06T05:46:00.336Z","repository":{"id":53885128,"uuid":"521302008","full_name":"artodeschini/Regex","owner":"artodeschini","description":"Este repositorio demostra praticas de estudos dicas com regex","archived":false,"fork":false,"pushed_at":"2022-08-12T14:20:09.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-16T16:56:01.793Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artodeschini.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-04T14:37:48.000Z","updated_at":"2022-08-04T16:57:26.000Z","dependencies_parsed_at":"2022-08-13T03:20:15.051Z","dependency_job_id":null,"html_url":"https://github.com/artodeschini/Regex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artodeschini%2FRegex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artodeschini%2FRegex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artodeschini%2FRegex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artodeschini%2FRegex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artodeschini","download_url":"https://codeload.github.com/artodeschini/Regex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242157175,"owners_count":20081036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T02:28:04.228Z","updated_at":"2025-03-06T05:46:00.315Z","avatar_url":"https://github.com/artodeschini.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Regex\n\nEste repositorio demostra praticas de estudos dicas com regex\n\n## requisitos\n\n* nodejs\n* javascript\n* go\n* ruby\n* java\n* python 3\n\n## Descricao dos conteudos\n\n[executando diversas linguagens](01_executando_regex/README.md)  \n[consideracoes iniciais](02_start_regex/README.md)\n\n## Metacaracteres\n\nCaracteres especiais no uso de Regex\n\n### Quantificadores\n\n| Metacaracter  | Nome      | Significado       |\n| :-:           | -         | -                 |\n| ?             | Opcional  | Zero ou nenhum    |\n| *             | Asterisco | Zero ou mais      |\n| +             | Mais      | Um ou mais        |\n|{n, m}         | Chaves    | De n até m        |\n\n### Âncoras\n\n| Metacaracter  | Nome          | Significado               |\n| :-:           | -             | -                         |\n| ˆ             | Circunflexo   | Inicio de linha           |\n| $             | Cifrão        | Fim de linha              |\n| \\b            | Borda         | Inicio ou fim de palavra  |\n\n## Outros\n\n| Metacaracter  | Nome          | Significado                       |\n| :-:           | -             | -                                 |\n| \\             | Escape        | Uso de metacaracter como literal  |\n| \\|            | Ou            | Operação Ou                       |\n| ()            | Grupo         | Define um grupo                   |\n| \\1...\\q       | Retrovisor    | Resgata grupos já definidos       |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartodeschini%2Fregex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartodeschini%2Fregex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartodeschini%2Fregex/lists"}