-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Labels
Description
Original report by Anonymous.
I'm using Regex for fuzzy match, and the application needs to compute the exact edit distance between the regex and the matched string. I can't find this feature in the document. It would be very useful to include the exact number of insertions, replacements and deletions in the returned match object.
Thank you for providing such powerful regex library!