Go to the documentation of this file.
4 #include "re2/unicode_groups.h"
23 {
"\\d", +1,
code1, 1 },
24 {
"\\D", -1,
code1, 1 },
25 {
"\\s", +1,
code2, 3 },
26 {
"\\S", -1,
code2, 3 },
27 {
"\\w", +1,
code3, 4 },
28 {
"\\W", -1,
code3, 4 },
88 {
"[:alnum:]", +1,
code4, 3 },
89 {
"[:^alnum:]", -1,
code4, 3 },
90 {
"[:alpha:]", +1,
code5, 2 },
91 {
"[:^alpha:]", -1,
code5, 2 },
92 {
"[:ascii:]", +1,
code6, 1 },
93 {
"[:^ascii:]", -1,
code6, 1 },
94 {
"[:blank:]", +1,
code7, 2 },
95 {
"[:^blank:]", -1,
code7, 2 },
96 {
"[:cntrl:]", +1,
code8, 2 },
97 {
"[:^cntrl:]", -1,
code8, 2 },
98 {
"[:digit:]", +1,
code9, 1 },
99 {
"[:^digit:]", -1,
code9, 1 },
100 {
"[:graph:]", +1,
code10, 1 },
101 {
"[:^graph:]", -1,
code10, 1 },
102 {
"[:lower:]", +1,
code11, 1 },
103 {
"[:^lower:]", -1,
code11, 1 },
104 {
"[:print:]", +1,
code12, 1 },
105 {
"[:^print:]", -1,
code12, 1 },
106 {
"[:punct:]", +1,
code13, 4 },
107 {
"[:^punct:]", -1,
code13, 4 },
108 {
"[:space:]", +1,
code14, 2 },
109 {
"[:^space:]", -1,
code14, 2 },
110 {
"[:upper:]", +1,
code15, 1 },
111 {
"[:^upper:]", -1,
code15, 1 },
112 {
"[:word:]", +1,
code16, 4 },
113 {
"[:^word:]", -1,
code16, 4 },
114 {
"[:xdigit:]", +1,
code17, 3 },
115 {
"[:^xdigit:]", -1,
code17, 3 },
const int num_posix_groups
static const URange16 code16[]
static const URange16 code8[]
static const URange16 code10[]
static const URange16 code11[]
static const URange16 code7[]
static const URange16 code1[]
static const URange16 code4[]
const UGroup perl_groups[]
static const URange16 code6[]
const UGroup posix_groups[]
static const URange16 code14[]
static const URange16 code3[]
static const URange16 code9[]
static const URange16 code5[]
const int num_perl_groups
static const URange16 code2[]
static const URange16 code13[]
static const URange16 code12[]
static const URange16 code15[]
static const URange16 code17[]
grpc
Author(s):
autogenerated on Fri May 16 2025 02:59:42