Replaces instances of pattern in a string with a replacement. The compiled regex is kept in a cache shared by Match and Search. Args: pattern: regex pattern rep: replacement text s: search string Returns: string with replacements made (or original string if no replacements)
(pattern, rep, s)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected