{"id":29195769,"url":"https://github.com/md-command-line/personal_regex_quick_reference","last_synced_at":"2026-02-13T07:06:47.000Z","repository":{"id":117098519,"uuid":"174715967","full_name":"md-command-line/personal_regex_quick_reference","owner":"md-command-line","description":null,"archived":false,"fork":false,"pushed_at":"2019-05-18T15:10:37.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-14T22:36:03.652Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/md-command-line.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-03-09T16:08:41.000Z","updated_at":"2020-05-19T04:05:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"f93087f3-4892-446c-9d64-963187d9ecf9","html_url":"https://github.com/md-command-line/personal_regex_quick_reference","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/md-command-line/personal_regex_quick_reference","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/md-command-line%2Fpersonal_regex_quick_reference","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/md-command-line%2Fpersonal_regex_quick_reference/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/md-command-line%2Fpersonal_regex_quick_reference/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/md-command-line%2Fpersonal_regex_quick_reference/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/md-command-line","download_url":"https://codeload.github.com/md-command-line/personal_regex_quick_reference/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/md-command-line%2Fpersonal_regex_quick_reference/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29398157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-07-02T05:05:49.261Z","updated_at":"2026-02-13T07:06:46.995Z","avatar_url":"https://github.com/md-command-line.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## personal_regex_quick_reference\n\nSome rules that are helpful with regex:\n```\n^ - means enforce it matches the beginning.\n$ - means enforce it matches the end.\n? - means match characters excluding escaped characters and line breaks.\n. - means matches a single character escaped characters and line breaks.\n```\n\nAll of this information can be learned by looking at the regexr site.\n\nMy current process for resolving regular expresions: https://regexr.com/\n\n```\nFind all instances of class=\"\" or class='' in an html file.\nclass=([\"'])(?:(?=(\\\\?))\\2.)*?\\1\ncondensed further: \nclass=([\"'])(?:(?=(\\\\?)).)*?\\1\n\nFind all instances of () with or without values inside.\n/(\\(([^)]+)\\)|\\(\\))()/g\n\n/[\\(\\)]/g\n```\n\nThis is a personal reference as I use them I will list further commands.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmd-command-line%2Fpersonal_regex_quick_reference","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmd-command-line%2Fpersonal_regex_quick_reference","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmd-command-line%2Fpersonal_regex_quick_reference/lists"}