Better optimizations for search
- support for
starts_with
which is equivalent tosearch<"^...">
- enable optimising
search<"^...">
to generate better assembly (https://compiler-explorer.com/z/nvjG4E) - added vertical and horizontal white space (
\v
,\V
,\h
,\H
)