{"id":16601750,"url":"https://github.com/biyuqi/regex-seed","last_synced_at":"2025-09-07T07:37:16.302Z","repository":{"id":96719335,"uuid":"166444101","full_name":"BiYuqi/regex-seed","owner":"BiYuqi","description":"Record regex how to use in daily dev work.常用正则表达式 - 项目开发中经常用到的正则表达式","archived":false,"fork":false,"pushed_at":"2019-01-23T14:52:24.000Z","size":18,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-24T13:42:46.161Z","etag":null,"topics":["learn-regex","regex","regexp","regexp-match"],"latest_commit_sha":null,"homepage":"","language":null,"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/BiYuqi.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":"2019-01-18T17:02:10.000Z","updated_at":"2019-06-08T14:37:28.000Z","dependencies_parsed_at":"2023-05-24T21:00:43.037Z","dependency_job_id":null,"html_url":"https://github.com/BiYuqi/regex-seed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BiYuqi/regex-seed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BiYuqi%2Fregex-seed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BiYuqi%2Fregex-seed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BiYuqi%2Fregex-seed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BiYuqi%2Fregex-seed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BiYuqi","download_url":"https://codeload.github.com/BiYuqi/regex-seed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BiYuqi%2Fregex-seed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274010098,"owners_count":25206763,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["learn-regex","regex","regexp","regexp-match"],"created_at":"2024-10-12T00:19:10.570Z","updated_at":"2025-09-07T07:37:16.261Z","avatar_url":"https://github.com/BiYuqi.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## 总结记录学习正则\n\u003e 记录总结学习正则以及Js开发中可能会遇到的正则相关问题, 欢迎提PR, 添加TODO \u0026 认领并解决TODO, 点star.\n\n## 在线调试\n- [Regex101](https://regex101.com)\n- [Regexr](http://regexr.com/)\n\n## 背景知识\n- [正则表达式30分钟入门教程](https://deerchao.net/tutorials/regex/regex.htm)\n- [正则表达式-入门篇](http://loadingmore.com/2017/11/26/%E3%80%90%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E7%B3%BB%E5%88%97%E3%80%91%E5%85%A5%E9%97%A8%E7%AF%87/)\n- [正则表达式-贪婪与非贪婪模式](http://loadingmore.com/2017/11/26/%E3%80%90%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E7%B3%BB%E5%88%97%E3%80%91%E5%85%A5%E9%97%A8%E7%AF%87/)\n\n## 文章列表\n- [x] [必须包含数字字母特殊字符\n](https://github.com/BiYuqi/regex-seed/issues/1)\n- [x] [中划线字符转换为驼峰](https://github.com/BiYuqi/regex-seed/issues/2)\n- [x] [获取并解析url参数](https://github.com/BiYuqi/regex-seed/issues/3)\n- [x] [获取代码段文件的代码块](https://github.com/BiYuqi/regex-seed/issues/4)\n- [x] [零宽断言之正预测先行断言(?=exp)用法](https://github.com/BiYuqi/regex-seed/issues/5)\n- [x] [零宽断言之负预测先行断言(?!exp)用法](https://github.com/BiYuqi/regex-seed/issues/6)\n- [x] [创建一个捕获组,以便提取数据](https://github.com/BiYuqi/regex-seed/issues/7)\n\n## TODO\n\n- [ ] 判断日期格式是否符合 '2019-01-01'的形式\n- [ ] 获取html页面中script内部代码\n- [ ] 创建一个捕获组,并使用反向引用匹配特定字符\n- [ ] 只匹配数据,不使用捕获\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiyuqi%2Fregex-seed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiyuqi%2Fregex-seed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiyuqi%2Fregex-seed/lists"}