Character classes - Mailing list pgsql-docs

From PG Doc comments form
Subject Character classes
Date
Msg-id 155837022049.1359.2948065118562813468@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Character classes
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/functions-matching.html
Description:

On https://www.postgresql.org/docs/11/functions-matching.html paragraph
9.7.3.2. Bracket Expressions says "Standard character class names are:
alnum, alpha, blank, cntrl, digit, graph, lower, print, punct, space, upper,
xdigit". The class "ascii" exists, but is not mentioned (probably a
combination of some of the other classes). Are there any other classes? Do
they work only for ASCII characters (e.g. '\u00A0' is not picked up by
'[:blank:]')?
best regards
geert

pgsql-docs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: some grammar fixes for docs
Next
From: Tom Lane
Date:
Subject: Re: Character classes