Git Product home page Git Product logo

myconsciousness / epitaph Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 310 KB

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.

Home Page: https://myconsciousness.github.io/epitaph

License: Apache License 2.0

Java 100.00%
epitaph gradle intuitive-regular-expressions java library package presets regex util

epitaph's Introduction

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!

epitaph's People

Contributors

myconsciousness avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

epitaph's Issues

パッケージをリリース

Feature Request

1. Feature details

機能が出揃いテストが完了したらパッケージを公開する。

2. Why it is necessary

作成した機能を公開するため。

3. How to implement

機能を実装しテストを行う。

4. References

全角文字を扱う正規表現パターン

Feature Request

1. Feature details

全角文字を扱う正規表現のパターンを追加する。

2. Why it is necessary

機能拡張。

3. How to implement

全角文字に関する汎用的な正規表現を作成する。

4. References

Regexパターンを管理するカタログ

Feature Request

1. Feature details

基本的なRegexパターンを管理するカタログを作成する。

2. Why it is necessary

Regexパターンを再利用可能にするため。

3. How to implement

Regexパターンを調査しカタログクラスとして整理する。

4. References

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.