Skip to content

Sources (& Tests) useful to find entities with a text, using regEx

Notifications You must be signed in to change notification settings

ciroppina/trovaEntita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trovaEntita

Sources (& Tests) useful to find entities with a text, using regEx

this library builds a Map<String, Group> where:

  • String is the text (group) that matches the used regEx
  • Group is a Java Object that in-memory stores: the matching string, the number of occurrences in the original text, and all (list) the [start]:[end] offsets couples

About

Sources (& Tests) useful to find entities with a text, using regEx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published