01Generate human-readable explanations for regex patterns and flags.
02Apply multiple text transformations like case conversion, trimming, sorting, and deduplication.
03Perform find-and-replace operations with support for capture group references.
04Test regex patterns, returning matches, indices, and captured groups.
050 GitHub stars
06Extract structured matches from text, with an option for specific capture groups.