Skip to content

v1.2.0

@tricinel tricinel tagged this 26 Aug 08:40
We're now able to use regular expression patterns in addition to strings
when searching a piece of text. This means you can either search for
`fox` or `/(fox)/` with the two being equivalent.

But you can also have more complex queries, with more control over the
regular expression used. See the tests for more examples.

fixes #17
Assets 2
Loading