{"id":27899218,"url":"https://github.com/jinglong7/validate","last_synced_at":"2025-05-05T19:23:51.866Z","repository":{"id":45327503,"uuid":"294167443","full_name":"Jinglong7/validate","owner":"Jinglong7","description":"Validate is a standard Deno module for validating string.","archived":false,"fork":false,"pushed_at":"2021-12-21T01:19:49.000Z","size":182,"stargazers_count":5,"open_issues_count":11,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-05T19:23:39.583Z","etag":null,"topics":["deno","denoland","javascript","typescript","validate"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Jinglong7.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-09-09T16:22:58.000Z","updated_at":"2022-04-01T17:54:50.000Z","dependencies_parsed_at":"2022-08-19T10:21:56.167Z","dependency_job_id":null,"html_url":"https://github.com/Jinglong7/validate","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jinglong7%2Fvalidate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jinglong7%2Fvalidate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jinglong7%2Fvalidate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jinglong7%2Fvalidate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jinglong7","download_url":"https://codeload.github.com/Jinglong7/validate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252561216,"owners_count":21768085,"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":["deno","denoland","javascript","typescript","validate"],"created_at":"2025-05-05T19:23:50.138Z","updated_at":"2025-05-05T19:23:51.859Z","avatar_url":"https://github.com/Jinglong7.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  ⭐️ Please support us by giving a star! Thanks! ⭐️\n\u003c/p\u003e\n\n# Validate\n\nValidate is a standard Deno module for validating string.\n\n## 🎁 Features\n\n* [x] isAfter\n* [x] isAlpha\n* [x] isAlphanumeric\n* [x] isAscii\n* [x] isBase32\n* [x] isBase64\n* [x] isBefore\n* [x] isBIC\n* [x] isBoolean\n* [x] isBtcAddress\n* [x] isByteLength\n* [x] isCreditCard\n* [x] isCurrency\n* [x] isDataURI\n* [x] isDate\n* [x] isDecimal\n* [x] isDivisibleBy\n* [x] isEAN\n* [x] isEmail\n* [x] isEmpty\n* [x] isEthereumAddress\n* [x] isFloat\n* [x] isFQDN\n* [x] isFullWidth\n* [x] isHalfWidth\n* [x] isHash\n* [x] isHexColor\n* [x] isHexadecimal\n* [x] isHsl\n* [x] isIBAN\n* [x] isIdentityCard\n* [x] isIMEI\n* [x] isIn\n* [x] isInt\n* [x] isIP\n* [x] isIPRange\n* [x] isISBN\n* [x] isISIN\n* [x] isISO31661Alpha2\n* [x] isISO31661Alpha3\n* [x] isISO8601\n* [x] isISRC\n* [x] isISSN\n* [x] isJSON\n* [x] isJWT\n* [x] isLatLong\n* [x] isLength\n* [x] isLocale\n* [x] isLowercase\n* [x] isMACAddress\n* [x] isMagnetURI\n* [x] isMD5\n* [x] isMimeType\n* [x] isMobilePhone\n* [x] isMongoId\n* [x] isMultibyte\n* [x] isNumeric\n* [x] isOctal\n* [ ] isPassportNumber\n* [ ] isPort\n* [ ] isPostalCode\n* [ ] isRFC3339\n* [ ] isRgbColor\n* [ ] isSemVer\n* [ ] isSlug\n* [ ] isSurrogatePair\n* [ ] isSvg\n* [ ] isTaxID\n* [ ] isURL\n* [ ] isUUID\n* [ ] isUppercase\n* [ ] isVariableWidth\n* [ ] isWhitelisted\n\n## 🔧 How to use\n\n```ts\nimport { validate, isBoolean } from 'https://deno.land/x/validate@v0.4.0/mod.ts';\n```\n\n## 💡 Usage\n\n```ts\nimport { validate, isBoolean } from 'https://deno.land/x/validate@v0.4.0/mod.ts';\n\nconsole.log(validate.isAlpha('Validate')); // true\nconsole.log(isBoolean('true')); // true\n```\n\n## 📜 Changelog\n\nDetails changes for each release are documented in the [CHANGELOG.md](https://github.com/jinglong7/validate/blob/master/CHANGELOG.md).\n\n## ❗ Issues\n\nIf you think any of the `Validate` can be improved, please do open a PR with any updates and submit any issues. Also, I will continue to improve this, so you might want to watch/star this repository to revisit.\n\n## 💪 Contribution\n\nWe'd love to have your helping hand on contributions to `Validate` by forking and sending a pull request!\n\nYour contributions are heartily ♡ welcome, recognized and appreciated. (✿◠‿◠)\n\nHow to contribute:\n\n- Open pull request with improvements\n- Discuss ideas in issues\n- Spread the word\n- Reach out with any feedback\n\n## ✨ Contributors\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/Bunlong\"\u003e\n        \u003cimg src=\"https://avatars0.githubusercontent.com/u/1308397?s=400\u0026u=945dc6b97571e2b98b659d34b1c81ae2514046bf\u0026v=4\" width=\"100\" alt=\"Bunlong\" /\u003e\n        \u003cbr /\u003e\n        \u003csub\u003e\n          \u003cb\u003eBunlong\u003c/b\u003e\n        \u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/hamptonmoore\"\u003e\n        \u003cimg src=\"https://avatars2.githubusercontent.com/u/8162992?s=400\u0026u=ff3c4f793bb7126181761fab57cf799a4524503b\u0026v=4\" width=\"100\" alt=\"Hampton\" /\u003e\n        \u003cbr /\u003e\n        \u003csub\u003e\n          \u003cb\u003eHampton\u003c/b\u003e\n        \u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/SuperC03\"\u003e\n        \u003cimg src=\"https://avatars2.githubusercontent.com/u/42807913?s=400\u0026u=fe371d8db5785f6c826a20a39dc41fdffa3fcc0b\u0026v=4\" width=\"100\" alt=\"Colin\" /\u003e\n        \u003cbr /\u003e\n        \u003csub\u003e\n          \u003cb\u003eColin\u003c/b\u003e\n        \u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/lholliger\"\u003e\n        \u003cimg src=\"https://avatars3.githubusercontent.com/u/14064434?s=400\u0026u=2d718e5a1cee7719fdab4e0e0d4e99f8bd26e2ba\u0026v=4\" width=\"100\" alt=\"Lukas\" /\u003e\n        \u003cbr /\u003e\n        \u003csub\u003e\n          \u003cb\u003eLukas\u003c/b\u003e\n        \u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## ⚖️ License\n\nThe MIT License [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinglong7%2Fvalidate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjinglong7%2Fvalidate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinglong7%2Fvalidate/lists"}