Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmini/substring-finder
Java library for matching text ranges
https://github.com/jmini/substring-finder
Last synced: 13 days ago
JSON representation
Java library for matching text ranges
- Host: GitHub
- URL: https://github.com/jmini/substring-finder
- Owner: jmini
- License: epl-2.0
- Created: 2018-11-17T08:24:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T04:37:24.000Z (over 2 years ago)
- Last Synced: 2024-10-06T03:04:42.363Z (about 1 month ago)
- Language: Java
- Homepage: https://jmini.github.io/substring-finder/
- Size: 265 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: substring-finder
:project-name: SubstringFinder
:branch: master
:twitter-handle: j2r2b
:license: https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
:license-name: Eclipse Public License - v 2.0:git-repository: {gh-repo-owner}/{gh-repo-name}
:homepage: https://{gh-repo-owner}.github.io/{gh-repo-name}/
:issues: https://github.com/{git-repository}/issues
//end::vardef[]//tag::header[]
= {project-name}
:author: Jeremie Bresson
:revnumber: {project-version}Java library for matching text ranges
//end::header[]image:https://circleci.com/gh/{gh-repo-owner}/{gh-repo-name}.svg?style=svg["CircleCI", link="https://circleci.com/gh/{gh-repo-owner}/{gh-repo-name}"]
//tag::description[]
== DescriptionJava 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.//end::description[]
Read more on the link:{homepage}[project home page].//tag::contact-section[]
== Get in touchUse the link:{issues}[issue tracker] on GitHub.
You can also contact me on Twitter: link:https://twitter.com/{twitter-handle}[@{twitter-handle}]
//end::contact-section[]//tag::license-section[]
== LicenseCode is under link:{license}[{license-name}].
Documentation and slides are under the link:https://creativecommons.org/licenses/by-sa/4.0/[Creative Commons BY-SA 4.0]
//end::license-section[]