jar

com.github.florianingerl : regex

Maven & Gradle

Oct 02, 2016
36 stars

This is a Regular Expressions library. Compared to the Regular Expressions library shipped with the Java JDK, it supports Recursive and Condititional Regular Expressions and adopts the concept of Captures from .Net

Table Of Contents

Latest Version

Download com.github.florianingerl : regex JAR file - Latest Versions:

All Versions

Download com.github.florianingerl : regex JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window regex-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ingerlflori.util.regex

├─ com.ingerlflori.util.regex.ASCII.class - [JAR]

├─ com.ingerlflori.util.regex.Capture.class - [JAR]

├─ com.ingerlflori.util.regex.MatchResult.class - [JAR]

├─ com.ingerlflori.util.regex.Matcher.class - [JAR]

├─ com.ingerlflori.util.regex.Pattern.class - [JAR]

├─ com.ingerlflori.util.regex.PatternSyntaxException.class - [JAR]

├─ com.ingerlflori.util.regex.UnicodeProp.class - [JAR]

Advertisement