The current implementation of the `search` command only offers the `^` regular expression option. Using the stdlib's `regex` and [closetmatch](https://github.com/schollz/closestmatch) libraries will add these functionalities.
The current implementation of the
searchcommand only offers the^regular expression option.Using the stdlib's
regexand closetmatch libraries will add these functionalities.