Skip to content

Commit

Permalink
fixup! erts: Updated re documentation to match with pcre2
Browse files Browse the repository at this point in the history
  • Loading branch information
sverker committed Jan 15, 2025
1 parent e21bca3 commit afa341d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stdlib/doc/src/re.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit afa341d

Please sign in to comment.