{"id":16159344,"url":"https://github.com/perkinsjr/regexits","last_synced_at":"2025-03-18T21:31:48.298Z","repository":{"id":57352298,"uuid":"172131008","full_name":"perkinsjr/regexits","owner":"perkinsjr","description":"regexits is a lightweight javascript Regex solution","archived":false,"fork":false,"pushed_at":"2020-04-17T11:33:34.000Z","size":261,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T12:24:34.030Z","etag":null,"topics":["credit-card","md5","pattern-matching","regex","regular-expression","regular-expressions","string-manipulation"],"latest_commit_sha":null,"homepage":"https://jamesperkins.io/","language":"JavaScript","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/perkinsjr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"perkinsjr","patreon":"james_perkins","open_collective":null,"ko_fi":null,"tidelift":null,"custom":null}},"created_at":"2019-02-22T20:35:05.000Z","updated_at":"2023-09-19T09:31:26.000Z","dependencies_parsed_at":"2022-09-15T23:10:47.964Z","dependency_job_id":null,"html_url":"https://github.com/perkinsjr/regexits","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perkinsjr%2Fregexits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perkinsjr%2Fregexits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perkinsjr%2Fregexits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perkinsjr%2Fregexits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/perkinsjr","download_url":"https://codeload.github.com/perkinsjr/regexits/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243950813,"owners_count":20373664,"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":["credit-card","md5","pattern-matching","regex","regular-expression","regular-expressions","string-manipulation"],"created_at":"2024-10-10T01:58:17.675Z","updated_at":"2025-03-18T21:31:47.478Z","avatar_url":"https://github.com/perkinsjr.png","language":"JavaScript","funding_links":["https://github.com/sponsors/perkinsjr","https://patreon.com/james_perkins"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to Regexits 👋\u003c/h1\u003e\n\u003cp\u003e\n  \u003cimg src=\"https://img.shields.io/badge/version-2.0.2-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003ca href=\"https://github.com/perkinsjr/regexits#readme\"\u003e\n    \u003cimg alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/perkinsjr/regexits/graphs/commit-activity\"\u003e\n    \u003cimg alt=\"Maintenance\" src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/perkinsjr/regexits/blob/master/LICENSE\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/james_r_perkins\"\u003e\n    \u003cimg alt=\"Twitter: james_r_perkins\" src=\"https://img.shields.io/twitter/follow/james_r_perkins.svg?style=social\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Regexits is a curated package to handle regex on your next project\n\n### 🏠 [Homepage](https://github.com/perkinsjr/regexits#readme)\n\n## Install\n\n```sh\nnpm install\n```\n\n## Run tests\n\n```sh\nnpm run test\n```\n## How to use\n\n```sh\nconst regexits = require('regexits')\n\n// To find if a string matches a pattern.\nregexits.match(string, pattern);\n\n// To remove a certain type from a string.\nregexits.removeFromString(string, pattern);\n\n// To get parameters from url.\nregexits.getURLParameters(url);\n```\n\n## What Regex matching is available \n```sh\nDateSlashes , Time24hr , Date\nISO8601DT , HTMLtag , HEXColor\nURLSlug , SrcImgTag , URL\nEmail, Password , PosInt\nNegInt, Integer , PosNum\nNegNum, Num ,PhoneNum\nNewLine , CSSComment , USCAZip\nSSN , EMAIL, IPV4\nIPV6 , IPV4ORV6 , VISA\nMASTERCARD , AMEX ,DINERS\nDISCOVER, JCB , POBOX\nSHA256 , MD5 , MAINNET\nTESTNET , GITHUB\n```\n\n## Author\n\n👤 **James Perkins**\n\n* Twitter: [@james_r_perkins](https://twitter.com/james_r_perkins)\n* Github: [@perkinsjr](https://github.com/perkinsjr)\n* Personal Site: [jamesperkins.io](https://jamesperkins.io)\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](https://github.com/perkinsjr/regexits/issues).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📝 License\n\nCopyright © 2019 [James Perkins](https://github.com/perkinsjr).\u003cbr /\u003e\nThis project is [MIT](https://github.com/perkinsjr/regexits/blob/master/LICENSE) licensed.\n\n***\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperkinsjr%2Fregexits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperkinsjr%2Fregexits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperkinsjr%2Fregexits/lists"}