{"id":15490276,"url":"https://github.com/myconsciousness/epitaph","last_synced_at":"2026-04-27T23:38:13.370Z","repository":{"id":118166305,"uuid":"313045040","full_name":"myConsciousness/epitaph","owner":"myConsciousness","description":"This package was created to take an obscure and non-intuitive regular expression and make it more reusable and intuitive. Is there a regular expression that you use a lot but look up on the internet every time? It provides presets for such frequent but unremembered spell-like regular expressions.","archived":false,"fork":false,"pushed_at":"2021-01-26T10:32:18.000Z","size":310,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-19T09:17:07.455Z","etag":null,"topics":["epitaph","gradle","intuitive-regular-expressions","java","library","package","presets","regex","util"],"latest_commit_sha":null,"homepage":"https://myconsciousness.github.io/epitaph","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myConsciousness.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-15T14:08:52.000Z","updated_at":"2021-03-17T18:29:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"78f3c2fb-ce25-4811-9f7e-a098f4d08945","html_url":"https://github.com/myConsciousness/epitaph","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/myConsciousness/epitaph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myConsciousness%2Fepitaph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myConsciousness%2Fepitaph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myConsciousness%2Fepitaph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myConsciousness%2Fepitaph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myConsciousness","download_url":"https://codeload.github.com/myConsciousness/epitaph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myConsciousness%2Fepitaph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32360116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["epitaph","gradle","intuitive-regular-expressions","java","library","package","presets","regex","util"],"created_at":"2024-10-02T07:20:21.122Z","updated_at":"2026-04-27T23:38:13.355Z","avatar_url":"https://github.com/myConsciousness.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Build](https://img.shields.io/badge/Build-Automated-2980b9.svg?style=for-the-badge)\n![Latest Version](https://img.shields.io/badge/Latest_Version-v1.0.2-27ae60.svg?style=for-the-badge)\n![License](https://img.shields.io/badge/License-Apache_2.0-e74c3c.svg?style=for-the-badge)\u003c/br\u003e\n![Java CI with Gradle](https://github.com/myConsciousness/epitaph/workflows/Java%20CI%20with%20Gradle/badge.svg)\n\n# Fluent Regex\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [What is it?](#what-is-it)\n- [Benefits](#benefits)\n- [How To Use](#how-to-use)\n  - [1. Add the dependencies](#1-add-the-dependencies)\n- [License](#license)\n- [More Information](#more-information)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## What is it?\n\n**_More reusable and intuitive regular expressions!_**\n\nThis package was created to take an obscure and non-intuitive regular expression and make it more reusable and intuitive.\n\nIs there a regular expression that you use a lot but look up on the internet every time? It provides presets for such frequent but unremembered spell-like regular expressions.\n\n## Benefits\n\n- Can use regular expressions intuitively\n- Commonly used regular expressions are provided as presets\n- Feature quality is high due to the wrapping of `java.lang.regex.Matcher`\n\n\u003e **_Note:_**\u003c/br\u003e\n\u003e Of course, for those of you who have mastered regular expressions, this package will be an unnecessary long shot!\n\n## How To Use\n\n### 1. Add the dependencies\n\n\u003e **_Note:_**\u003c/br\u003e\n\u003e Replace version you want to use. Check the latest [Packages](https://github.com/myConsciousness/epitaph/packages).\u003c/br\u003e\n\u003e Please contact me for a token to download the package.\n\n**_Maven_**\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eorg.thinkit.common.regex\u003c/groupId\u003e\n  \u003cartifactId\u003eepitaph\u003c/artifactId\u003e\n  \u003cversion\u003ev1.0.2\u003c/version\u003e\n\u003c/dependency\u003e\n\n\u003cservers\u003e\n  \u003cserver\u003e\n    \u003cid\u003egithub\u003c/id\u003e\n    \u003cusername\u003emyConsciousness\u003c/username\u003e\n    \u003cpassword\u003exxxxxxxxxxxxxxxxxx\u003c/password\u003e\n  \u003c/server\u003e\n\u003c/servers\u003e\n```\n\n**_Gradle_**\n\n```gradle\nrepositories {\n    maven {\n        name = \"GitHubPackages\"\n        url = uri(\"https://maven.pkg.github.com/myConsciousness/epitaph\")\n        credentials {\n          username = \"myConsciousness\"\n          password = \"xxxxxxxxxxxxxxxxxx\"\n        }\n    }\n}\n\ndependencies {\n    implementation 'org.thinkit.common.regex:epitaph:v1.0.2'\n}\n```\n\n## License\n\n```license\nCopyright 2020 Kato Shinya.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except\nin compliance with the License. You may obtain a copy of the License at\n\n     http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License\nis distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\nor implied. See the License for the specific language governing permissions and limitations under\nthe License.\n```\n\n## More Information\n\n`Epitaph` was designed and implemented by Kato Shinya, who works as a freelance developer.\n\nRegardless of the means or content of communication, I would love to hear from you if you have any questions or concerns. I do not check my email box very often so a response may be delayed, anyway thank you for your interest!\n\n- [Creator Profile](https://github.com/myConsciousness)\n- [Creator Website](https://myconsciousness.github.io/)\n- [License](https://github.com/myConsciousness/epitaph/blob/master/LICENSE)\n- [Release Note](https://github.com/myConsciousness/epitaph/releases)\n- [Package](https://github.com/myConsciousness/epitaph/packages)\n- [File a Bug](https://github.com/myConsciousness/epitaph/issues)\n- [Reference](https://myconsciousness.github.io/epitaph/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyconsciousness%2Fepitaph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyconsciousness%2Fepitaph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyconsciousness%2Fepitaph/lists"}