v-regex
v-regex copied to clipboard
How to install `regex` to V?
hi, I like this libs, but how to install it? thanks.
It should be enough to copy the content of src/ into vlib/regex/ of V compiler source tree. No need to recompile V itself.
You can do v install regex
.
After installing it throws the following error:
main.v:4:12: cannot import module "regex" (no .v files in "/home/<user>/.vmodules/regex")