mirror of
https://github.com/vlang/v.git
synced 2025-09-09 07:15:50 -04:00
examples: fix typo (exteranl -> external) and tidy up list in examples/regex/readme.md (#20601)
This commit is contained in:
parent
0d9e5e5747
commit
bf8b7f08ef
@ -1,8 +1,8 @@
|
||||
# regex
|
||||
|
||||
There are 2 ways to do regex:
|
||||
a) using the native module called `regex`
|
||||
b) using an exteranl module called `pcre`, which wraps the C library pcre.
|
||||
1. using the native module called `regex`.
|
||||
2. using an external module called `pcre`, which wraps the C library pcre.
|
||||
|
||||
> [!NOTE]
|
||||
> You need to first do: `v install pcre`, for the `pcre` module to work.
|
||||
|
Loading…
x
Reference in New Issue
Block a user