Skip to content

Commit

Permalink
examples: fix typo (exteranl -> external) and tidy up list in example…
Browse files Browse the repository at this point in the history
…s/regex/readme.md (#20601)
  • Loading branch information
ZihxS committed Jan 20, 2024
1 parent 0d9e5e5 commit bf8b7f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/regex/readme.md
@@ -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.
Expand Down

0 comments on commit bf8b7f0

Please sign in to comment.