{"id":19870982,"url":"https://github.com/mainakrepositor/hackerrank-regex-solutions","last_synced_at":"2026-03-06T18:04:04.074Z","repository":{"id":46273612,"uuid":"379555174","full_name":"MainakRepositor/HackerRank-Regex-Solutions","owner":"MainakRepositor","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-03T05:46:57.000Z","size":39,"stargazers_count":23,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T00:35:45.314Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/MainakRepositor.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":"2021-06-23T09:52:14.000Z","updated_at":"2025-02-03T07:05:54.000Z","dependencies_parsed_at":"2022-08-30T21:01:27.258Z","dependency_job_id":null,"html_url":"https://github.com/MainakRepositor/HackerRank-Regex-Solutions","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/MainakRepositor%2FHackerRank-Regex-Solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MainakRepositor%2FHackerRank-Regex-Solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MainakRepositor%2FHackerRank-Regex-Solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MainakRepositor%2FHackerRank-Regex-Solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MainakRepositor","download_url":"https://codeload.github.com/MainakRepositor/HackerRank-Regex-Solutions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252015713,"owners_count":21680815,"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-12T16:10:51.035Z","updated_at":"2026-03-06T18:03:59.000Z","avatar_url":"https://github.com/MainakRepositor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HackerRank-Regex-Solutions\n\n\n![images](https://user-images.githubusercontent.com/64016811/140014767-96a39d64-f346-4a85-b12b-ea57cddbd1ee.png)\n\n\nCHEATSHEET :\n    \n    ^         Matches the beginning of a line\n    \n    $         Matches the end of the line\n    \n    .         Matches any character\n    \n    \\s        Matches whitespace\n    \n    \\S        Matches any non-whitespace character\n    \n    *         Repeats a character zero or more times\n    \n    *?        Repeats a character zero or more times (non-greedy)\n    \n    +         Repeats a character one or more times\n    \n    +?        Repeats a character one or more times (non-greedy)\n    \n    [aeiou]   Matches a single character in the listed set\n    \n    [^XYZ]    Matches a single character not in the listed set\n    \n    [a-z0-9]  The set of characters can include a range\n    \n    (         Indicates where string extraction is to start\n    \n    )         Indicates where string extraction is to end\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmainakrepositor%2Fhackerrank-regex-solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmainakrepositor%2Fhackerrank-regex-solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmainakrepositor%2Fhackerrank-regex-solutions/lists"}