v-regex icon indicating copy to clipboard operation
v-regex copied to clipboard

How to install `regex` to V?

Open changrui opened this issue 5 years ago • 3 comments

hi, I like this libs, but how to install it? thanks.

changrui avatar Jul 08 '19 14:07 changrui

It should be enough to copy the content of src/ into vlib/regex/ of V compiler source tree. No need to recompile V itself.

ciubotaru avatar Jul 13 '19 09:07 ciubotaru

You can do v install regex .

spytheman avatar Oct 01 '19 06:10 spytheman

After installing it throws the following error: main.v:4:12: cannot import module "regex" (no .v files in "/home/<user>/.vmodules/regex")

ianwijma avatar Nov 20 '19 21:11 ianwijma