Rapicorn - Experimental UI Toolkit - Source Code 10.08.1
Namespaces | Enumerations | Functions
regex.hh File Reference
#include <rcore/utilities.hh>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Rapicorn

Enumerations

enum  CompileFlags {
  Rapicorn::Regex::CASELESS, Rapicorn::Regex::MULTILINE, Rapicorn::Regex::DOTALL, Rapicorn::Regex::EXTENDED,
  Rapicorn::Regex::ANCHORED, Rapicorn::Regex::DOLLAR_ENDONLY, Rapicorn::Regex::UNGREEDY, Rapicorn::Regex::RAW,
  Rapicorn::Regex::NO_AUTO_CAPTURE, Rapicorn::Regex::OPTIMIZE, Rapicorn::Regex::DUPNAMES, Rapicorn::Regex::NEWLINE_CR,
  Rapicorn::Regex::NEWLINE_LF, Rapicorn::Regex::NEWLINE_CRLF
}
enum  MatchFlags {
  Rapicorn::Regex::MATCH_ANCHORED, Rapicorn::Regex::MATCH_NOTBOL, Rapicorn::Regex::MATCH_NOTEOL, Rapicorn::Regex::MATCH_NOTEMPTY,
  Rapicorn::Regex::MATCH_PARTIAL, Rapicorn::Regex::MATCH_NEWLINE_CR, Rapicorn::Regex::MATCH_NEWLINE_LF, Rapicorn::Regex::MATCH_NEWLINE_CRLF,
  Rapicorn::Regex::MATCH_NEWLINE_ANY
}

Functions

CompileFlags Rapicorn::Regex::operator& (CompileFlags s1, CompileFlags s2)
CompileFlags & Rapicorn::Regex::operator&= (CompileFlags &s1, CompileFlags s2)
CompileFlags Rapicorn::Regex::operator| (CompileFlags s1, CompileFlags s2)
CompileFlags & Rapicorn::Regex::operator|= (CompileFlags &s1, CompileFlags s2)
MatchFlags Rapicorn::Regex::operator& (MatchFlags s1, MatchFlags s2)
MatchFlags & Rapicorn::Regex::operator&= (MatchFlags &s1, MatchFlags s2)
MatchFlags Rapicorn::Regex::operator| (MatchFlags s1, MatchFlags s2)
MatchFlags & Rapicorn::Regex::operator|= (MatchFlags &s1, MatchFlags s2)
bool Rapicorn::Regex::match_simple (const String &pattern, const String &utf8string, CompileFlags compile_flags, MatchFlags match_flags)

Detailed Description

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines