0 branches
Tree
Top files
Clone with HTTPS:
pcre.v
regex.pcre: add a backwards compatibility shim for examples, that use `vlang/pcre` (made using Gemini 3) (#26553)
last Feb 8
1.47 KB
regex
There are 2 ways to do regex:
- using the native module called
regex. - using an external module called
pcre, which wraps the C library pcre.[!NOTE] You need to first do:
You can find examples of both in this directory.v install pcre, for thepcremodule to work.