{"id":13472082,"url":"https://github.com/aliuygur/is","last_synced_at":"2026-04-07T05:31:28.673Z","repository":{"id":57482971,"uuid":"67046713","full_name":"aliuygur/is","owner":"aliuygur","description":"Micro check library in Golang.","archived":false,"fork":false,"pushed_at":"2021-01-08T10:27:51.000Z","size":36,"stargazers_count":71,"open_issues_count":1,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-25T01:45:20.820Z","etag":null,"topics":["golang","micro","validation","validator"],"latest_commit_sha":null,"homepage":"","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/aliuygur.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}},"created_at":"2016-08-31T14:49:52.000Z","updated_at":"2023-02-25T14:10:26.000Z","dependencies_parsed_at":"2022-09-26T17:50:36.037Z","dependency_job_id":null,"html_url":"https://github.com/aliuygur/is","commit_stats":null,"previous_names":["aliuygur/is","alioygur/is"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/aliuygur/is","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliuygur%2Fis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliuygur%2Fis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliuygur%2Fis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliuygur%2Fis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aliuygur","download_url":"https://codeload.github.com/aliuygur/is/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliuygur%2Fis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31501903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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":["golang","micro","validation","validator"],"created_at":"2024-07-31T16:00:51.765Z","updated_at":"2026-04-07T05:31:28.648Z","avatar_url":"https://github.com/aliuygur.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# is\n\n[![Build Status](https://travis-ci.org/alioygur/is.svg?branch=master)](https://travis-ci.org/alioygur/is)\n[![GoDoc](https://godoc.org/github.com/alioygur/is?status.svg)](https://godoc.org/github.com/alioygur/is)\n[![Go Report Card](https://goreportcard.com/badge/github.com/alioygur/is)](https://goreportcard.com/report/github.com/alioygur/is)\n\nMicro check library in Golang. \n\n## Installation\n\n`go get github.com/alioygur/is`\n\n## Not only regex\n\nIt works with runes as long as is it possible.\n\nPart of source code;\n\n```go\n// Alpha check if the string contains only letters (a-zA-Z). Empty string is valid.\nfunc Alpha(s string) bool {\n\tfor _, v := range s {\n\t\tif ('Z' \u003c v || v \u003c 'A') \u0026\u0026 ('z' \u003c v || v \u003c 'a') {\n\t\t\treturn false\n\t\t}\n\t}\n\treturn true\n}\n```\n\n## Usage\n\n```go\npackage main\n\nimport \"github.com/alioygur/is\"\nimport \"log\"\n\nfunc main()  {\n    is.Email(\"jhon@example.com\") // true\n    is.Numeric(\"Ⅸ\") // false\n    is.UTFNumeric(\"Ⅸ\") // true\n}\n```\n\n\nfor more documentation [godoc](https://godoc.org/github.com/alioygur/is)\n\n## Contribute\n\n**we are waiting your contribution**\n\n- Report problems\n- Add/Suggest new features/recipes\n- Improve/fix documentation\n\nMany thanks to our contributors: [contributors](https://github.com/alioygur/is/graphs/contributors)\n\n## Thanks \u0026 Authors\n\nI use code/got inspiration from these excellent libraries:\n\n- [arasatasaygin/is.js](https://github.com/arasatasaygin/is.js) Micro check library\n- [asaskevich/govalidator](https://github.com/asaskevich/govalidator) [Go] Package of validators and sanitizers for strings, numerics, slices and structs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliuygur%2Fis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliuygur%2Fis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliuygur%2Fis/lists"}