RegexFlags Enum
Defines flags that can be combined to control how regular expressions are used in the pattern analyzer and pattern tokenizer.
Fields
| CANON_EQ |
| CASE_INSENSITIVE |
| COMMENTS |
| DOT_ALL |
| LITERAL |
| MULTILINE |
| UNICODE_CASE |
| UNIX_LINES |
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
Defines flags that can be combined to control how regular expressions are used in the pattern analyzer and pattern tokenizer.
| CANON_EQ |
| CASE_INSENSITIVE |
| COMMENTS |
| DOT_ALL |
| LITERAL |
| MULTILINE |
| UNICODE_CASE |
| UNIX_LINES |
Azure SDK for Python