mirror of
https://github.com/vlang/v.git
synced 2025-09-11 16:36:20 -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
|
# regex
|
||||||
|
|
||||||
There are 2 ways to do regex:
|
There are 2 ways to do regex:
|
||||||
a) using the native module called `regex`
|
1. using the native module called `regex`.
|
||||||
b) using an exteranl module called `pcre`, which wraps the C library pcre.
|
2. using an external module called `pcre`, which wraps the C library pcre.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> You need to first do: `v install pcre`, for the `pcre` module to work.
|
> You need to first do: `v install pcre`, for the `pcre` module to work.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user