LLVM 19.0.0git
Variables
Regex.cpp File Reference
#include "llvm/Support/Regex.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include "regex_impl.h"
#include <cassert>
#include <string>

Go to the source code of this file.

Variables

static const char RegexMetachars [] = "()^$|*+?.[]\\{}"
 

Variable Documentation

◆ RegexMetachars

const char RegexMetachars[] = "()^$|*+?.[]\\{}"
static

Definition at line 230 of file Regex.cpp.

Referenced by llvm::Regex::escape(), and llvm::Regex::isLiteralERE().