SpecRegex  0.5.0
A GPU-accelerated regex library
Core

Classes

struct  sp::regex::MatchRange
 Represents the range of bytes matched by a single capture group. More...
 
class  sp::regex::Regex< RegexStr, TuningParameters >
 A regex. More...
 
class  sp::regex::RegexMatch< ParsedRegex >
 Represents one match of an sp::regex::Regex with all its capture groups. More...
 
struct  sp::regex::RegexTuningParameters
 Tuning parameters for (CPU) regex evaluation. More...
 

Detailed Description