Functions
The following functions are available globally.
- 
                  
                  
Searches
searchStringusingregexand returns the resultingRegex.MatchResult.Declaration
Swift
public func =~ (searchString: String, regex:Regex) -> Regex.MatchResult - 
                  
                  
Returns the
Stringcreated by replacing the regular expression matches inregexResultusingreplacementTemplate.Declaration
Swift
public func map (regexResult:Regex.MatchResult, replacementTemplate:String) -> String 
View on GitHub
        Functions  Reference