Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

myConsciousness/epitaph

Repository files navigation

Build Latest Version License
Java CI with Gradle

Fluent Regex

Table of Contents

What is it?

More reusable and intuitive regular expressions!

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.

Benefits

  • Can use regular expressions intuitively
  • Commonly used regular expressions are provided as presets
  • Feature quality is high due to the wrapping of java.lang.regex.Matcher

Note:
Of course, for those of you who have mastered regular expressions, this package will be an unnecessary long shot!

How To Use

1. Add the dependencies

Note:
Replace version you want to use. Check the latest Packages.
Please contact me for a token to download the package.

Maven

<dependency>
  <groupId>org.thinkit.common.regex</groupId>
  <artifactId>epitaph</artifactId>
  <version>v1.0.2</version>
</dependency>

<servers>
  <server>
    <id>github</id>
    <username>myConsciousness</username>
    <password>xxxxxxxxxxxxxxxxxx</password>
  </server>
</servers>

Gradle

repositories {
    maven {
        name = "GitHubPackages"
        url = uri("https://maven.pkg.github.com/myConsciousness/epitaph")
        credentials {
          username = "myConsciousness"
          password = "xxxxxxxxxxxxxxxxxx"
        }
    }
}

dependencies {
    implementation 'org.thinkit.common.regex:epitaph:v1.0.2'
}

License

Copyright 2020 Kato Shinya.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
in compliance with the License. You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied. See the License for the specific language governing permissions and limitations under
the License.

More Information

Epitaph was designed and implemented by Kato Shinya, who works as a freelance developer.

Regardless 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!

About

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.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages