rgx-cli 0.11.0

A terminal regex tester with real-time matching, multi-engine support, and plain-English explanations
Documentation
pattern = "https?://[^\\s]+"
test_string = ""
replacement = ""
engine = "rust"
case_insensitive = false
multiline = false
dotall = false
unicode = false
extended = false
show_whitespace = false

[[tests]]
input = "visit https://example.com today"
should_match = true

[[tests]]
input = "no url here"
should_match = false

[[tests]]
input = "ftp://files.example.com"
should_match = false