mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03: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 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue