From afa341dc8aa12de45bd0177d77703ad1d80574fb Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 15 Jan 2025 20:52:28 +0100 Subject: [PATCH] fixup! erts: Updated re documentation to match with pcre2 --- lib/stdlib/doc/src/re.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stdlib/doc/src/re.md b/lib/stdlib/doc/src/re.md index 217358d5ad42..8048fbd37bed 100644 --- a/lib/stdlib/doc/src/re.md +++ b/lib/stdlib/doc/src/re.md @@ -1337,7 +1337,7 @@ surrogates, are always permitted. If a range that includes letters is used when caseless matching is set, it matches the letters in either case. For example, `[W-c]` is equivalent to -`[\]\[\\^_`wxyzabc]`, matched caselessly, and in a non-UTF mode, if character +``[][\^_`wxyzabc]``, matched caselessly, and in a non-UTF mode, if character tables for a French locale are in use, `[\xc8-\xcb]` matches accented E characters in both cases.