Udger.Parser Namespace Reference

Classes

class  DataReader
 
class  IPAddress
 
class  LRUCache
 
class  NamePositionAttribute
 
class  PerlRegExpConverter
 Implements PERL extended regular expressions as they are implemented in PHP. More...
 
class  UdgerParser
 
class  UdgerSqlQuery
 
class  UserAgent
 
class  WordDetector
 

Enumerations

enum  PerlRegexOptions {
  None = 0 , Evaluate = 1 , Ungreedy = 2 , Anchored = 4 ,
  DollarMatchesEndOfStringOnly = 8 , UTF8 = 16
}
 Perl regular expression specific options that are not captured by .NET RegexOptions or by transformation of the regular expression itself. More...
 

Enumeration Type Documentation

◆ PerlRegexOptions

Perl regular expression specific options that are not captured by .NET RegexOptions or by transformation of the regular expression itself.

Definition at line 24 of file RegExpPerl.cs.