There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This repository repository provides a regex-based string matching utility with two modes: "Full Match" finds complete matches of the query regex, while "First Match" returns the first matching substring. It simplifies regex string matching and offers flexibility in selecting the matching mode.