v0.3.0
[0.3.0]
Changed
MatchResult::groups
now returnsMap[String, @string.View]
instead of
Map[String, @string.View?]
to avoid the extra wrap.
Fixed
- The case insensitive check for
A-Z
did not includea-z
correctly.
MatchResult::groups
now returns Map[String, @string.View]
instead ofMap[String, @string.View?]
to avoid the extra wrap.A-Z
did not include a-z
correctly.