Open
Description
I have to find all occurrences of dates in an email: each occurrence and the startIndex and endIndex of the occurrence. I would like to use a human-readable regex builder like JavaVerbalExpressions, but looking at the API I see no way to extract the match details like startIndex and endIndex, I only see test
and testExact
returning a boolean.
Is it possible to loop over all matches and get the start and end indexes and all match details (group names etc)? Thanks!
Metadata
Metadata
Assignees
Labels
No labels