📄️ full_match
Determines if the regular expression matches the entire target character sequence.
📄️ replace
Replace each match with the specified string.
📄️ search
Determines if there is a match between the regular expression and some subsequence in the target character sequence.