RegExOptions Enumeration
| Syntax | Constants |
|---|---|
Enum RegExOptions
scREIgnoreCase = 1
scRECollate = 2
scREDontMatchEmpty = 4
scREDotNotMatchNewline = 8
scREDotNotMatchNull = 16
scREMatchSingleLine = 32
scREReplaceFirstOnly = 64
scREReplaceNoCopy = 128
scRESyntaxExtensions = 256
scREDefaultOptions = scRECollate|scREDontMatchEmpty|scREDotNotMatchNewline|scREDotNotMatchNull|scREMatchSingleLine|scREReplaceFirstOnly|scRESyntaxExtensions
End Enum
|
|