We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3b2847f
A pattern like ".?" or ".*" now matches "". Previously this was hard-coded to return null.
".?"
".*"
""
null
Fixes #5