{"id":37096503,"url":"https://github.com/c1982/is.go","last_synced_at":"2026-01-14T11:52:43.057Z","repository":{"id":66761228,"uuid":"87349637","full_name":"c1982/is.go","owner":"c1982","description":"Micro check library for Go","archived":false,"fork":false,"pushed_at":"2020-04-28T22:58:31.000Z","size":8,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-09-01T19:34:28.250Z","etag":null,"topics":["go","golang"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/c1982.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2017-04-05T19:41:39.000Z","updated_at":"2024-06-19T10:18:54.289Z","dependencies_parsed_at":"2023-02-25T16:46:12.147Z","dependency_job_id":null,"html_url":"https://github.com/c1982/is.go","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/c1982/is.go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c1982%2Fis.go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c1982%2Fis.go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c1982%2Fis.go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c1982%2Fis.go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c1982","download_url":"https://codeload.github.com/c1982/is.go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c1982%2Fis.go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["go","golang"],"created_at":"2026-01-14T11:52:42.585Z","updated_at":"2026-01-14T11:52:43.052Z","avatar_url":"https://github.com/c1982.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# is.go\nMicro check library for Go inspired by [Is.js](https://github.com/arasatasaygin/is.js)\n\n\n## Usage\n\n```\ngo get github.com/c1982/is.go\n```\n\n```Go\npackage main\n\n\nimport \"github.com/c1982/is.go\"\nimport \"fmt\"\n\nfunc main()  {\n\t\n\tisCap := Is.Capitalized(\"This Is Test Input\")\n\tfmt.Println(isCap)\n}\n```\n\nString Checks\n===========\n\n```Go\nIs.Lowercase(\"lower case text\")\n-\u003e true\n```\n\n```Go\nIs.Uppercase(\"UPPER TEXT\")\n-\u003e true\n```\n\n```Go\nIs.EndWith(\"bloket.pro\",\".pro\")\n-\u003e true\n```\n\n```Go\nIs.StartWith(\"bloket.pro\",\"bloket\")\n-\u003e true\n```\n\n```Go\nIs.Palindrome(\"makam\")\n-\u003e true\n```\n\n```Go\nIs.Include(\"Welcome to matrix\",\"matrix\")\n-\u003e true\n```\n\nRegex Checks\n===========\n\n```Go\nIs.URL(\"http://www.bloket.pro\")\n-\u003e true\n```\n\n```Go\nIs.Email(\"info@spacex.com\")\n-\u003e true\n```\n\n```Go\nIs.IPv4(\"4.2.2.1\")\n-\u003e true\n```\n\n```Go\nIs.IPv6(\"2001:db8::1\")\n-\u003e true\n```\n\n```Go\nIs.CreditCard(\"378282246310005\")\n-\u003e true\n```\n\n```Go\nIs.UsZipCode(\"02201-1020\")\n-\u003e true\n```\n\n```Go\nIs.UkPostCode(\"B184BJ\")\n-\u003e true\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc1982%2Fis.go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc1982%2Fis.go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc1982%2Fis.go/lists"}