Regex
Overview
Location
- Reference: Sugar
- Namespace: Sugar.RegularExpressions
Instance Methods
constructor (String)
constructor(Pattern: String)
Regex(String Pattern)
init(_ Pattern: String)
Regex(String Pattern)
Sub New(Pattern As String)
Parameters:
- Pattern:
constructor (String, RegexOptions)
constructor(Pattern: String; PatternOptions: RegexOptions)
Regex(String Pattern, RegexOptions PatternOptions)
init(_ Pattern: String, _ PatternOptions: RegexOptions)
Regex(String Pattern, RegexOptions PatternOptions)
Sub New(Pattern As String, PatternOptions As RegexOptions)
Parameters:
- Pattern:
- PatternOptions:
FindFirstMatch mapped
Parameters:
- Input:
FindMatches mapped
Parameters:
- Input:
IsMatch mapped
Parameters:
- Input:
ReplaceMatches mapped
Parameters:
- Input:
- Replacement: