substring-finder

Java library for matching text

License

License

GroupId

GroupId

fr.jmini.utils
ArtifactId

ArtifactId

substring-finder
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

pom
Description

Description

substring-finder
Java library for matching text
Project URL

Project URL

https://jmini.github.io/substring-finder/
Source Code Management

Source Code Management

https://github.com/jmini/substring-finder/

Download substring-finder

How to add to project

<!-- https://jarcasting.com/artifacts/fr.jmini.utils/substring-finder/ -->
<dependency>
    <groupId>fr.jmini.utils</groupId>
    <artifactId>substring-finder</artifactId>
    <version>1.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.jmini.utils/substring-finder/
implementation 'fr.jmini.utils:substring-finder:1.1.1'
// https://jarcasting.com/artifacts/fr.jmini.utils/substring-finder/
implementation ("fr.jmini.utils:substring-finder:1.1.1")
'fr.jmini.utils:substring-finder:pom:1.1.1'
<dependency org="fr.jmini.utils" name="substring-finder" rev="1.1.1">
  <artifact name="substring-finder" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.jmini.utils', module='substring-finder', version='1.1.1')
)
libraryDependencies += "fr.jmini.utils" % "substring-finder" % "1.1.1"
[fr.jmini.utils/substring-finder "1.1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

SubstringFinder

Java library for matching text ranges

CircleCI

Description

Java library to find:

  • text ranges (defined by a start string and an end string) that can be included in each other.

  • specific string sequence outside a range.

Read more on the project home page.

Get in touch

Use the issue tracker on GitHub.

You can also contact me on Twitter: @j2r2b

License

Code is under Eclipse Public License - v 2.0. Documentation and slides are under the Creative Commons BY-SA 4.0

Versions

Version
1.1.1
1.1.0
1.0.1