{"id":13483982,"url":"https://github.com/izniburak/denetmen","last_synced_at":"2026-02-01T07:32:34.426Z","repository":{"id":81784852,"uuid":"70946821","full_name":"izniburak/denetmen","owner":"izniburak","description":"useful micro check library for Crystal Language.","archived":false,"fork":false,"pushed_at":"2016-12-18T00:46:03.000Z","size":12,"stargazers_count":23,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-30T17:48:30.039Z","etag":null,"topics":["checker","crystal","validator"],"latest_commit_sha":null,"homepage":null,"language":"Crystal","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/izniburak.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}},"created_at":"2016-10-14T20:58:25.000Z","updated_at":"2021-08-12T02:09:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec7105a4-d935-460d-8140-83cf309e8ba0","html_url":"https://github.com/izniburak/denetmen","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/izniburak%2Fdenetmen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izniburak%2Fdenetmen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izniburak%2Fdenetmen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izniburak%2Fdenetmen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/izniburak","download_url":"https://codeload.github.com/izniburak/denetmen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245871718,"owners_count":20686252,"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":["checker","crystal","validator"],"created_at":"2024-07-31T17:01:17.547Z","updated_at":"2026-02-01T07:32:34.401Z","avatar_url":"https://github.com/izniburak.png","language":"Crystal","funding_links":[],"categories":["Validation","Misc"],"sub_categories":[],"readme":"# denetmen\n```\n      _                 _                        \n     | |               | |                       \n   __| | ___ _ __   ___| |_ _ __ ___   ___ _ __  \n  / _` |/ _ \\ '_ \\ / _ \\ __| '_ ` _ \\ / _ \\ '_ \\ \n | (_| |  __/ | | |  __/ |_| | | | | |  __/ | | |\n  \\__,_|\\___|_| |_|\\___|\\__|_| |_| |_|\\___|_| |_|\n```\n\n[![Build Status](https://travis-ci.org/izniburak/denetmen.svg?branch=master)](https://travis-ci.org/izniburak/denetmen)\n\nuseful micro check library for Crystal Lang.\n\n## Installation\n\n\nAdd this to your application's `shard.yml`:\n\n```yaml\ndependencies:\n  denetmen:\n    github: izniburak/denetmen\n```\n\n\n## Usage\n\n\n```crystal\nrequire \"denetmen\"\n\n\n\"info@crystal-lang.com\".email? # true\n\"crystal-lang.com\".domain? # true\n\"http://crystal-lang.com/\".url? # true\n\n# and more...\n\n```\n\n## String Methods\n\n- email?\n- domain?\n- url?\n- ipv4?\n- ipv6?\n- mac_address?\n- hex_color?\n- hex?\n- alpha?(locale = \"en-US\")\n- alphanum?(locale = \"en-US\")\n- numeric?\n- md5?\n- base64?\n- lower?\n- upper?\n- slug?\n- time_string?\n- credit_card?\n- phone?(locale = \"en-US\")\n- affirmative?\n\n## Number Methods\n\n- positive?\n- negative?\n- zero?\n- div?(n)\n- above?(n)\n- below?(n)\n\n\n## Contributing\n\n1. Fork it ( https://github.com/izniburak/denetmen/fork )\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create a new Pull Request\n\n## Contributors\n\n- [izniburak](https://github.com/izniburak) İzni Burak Demirtaş - creator, maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizniburak%2Fdenetmen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fizniburak%2Fdenetmen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizniburak%2Fdenetmen/lists"}