minus icon indicating copy to clipboard operation
minus copied to clipboard

Implement some small fixes and find end position of match

Open itsjunetime opened this issue 1 year ago • 0 comments

@arijit79 here's the PR to get the final end position of a match within a string

This PR also fixes a few other things that clippy was complaining about, and switches a (String, bool) to Option<String> to avoid an allocation

itsjunetime avatar Mar 01 '24 23:03 itsjunetime