re

compileCompiles a regular expression pattern for reuse
matchDetermines if the regex matches at the start of a string
searchSearches for a pattern match anywhere in the string
findallFinds all non-overlapping matches in a string
subReplaces matches with a specified string
compile
Compiles a regular expression pattern for reuse
match
Determines if the regex matches at the start of a string
search
Searches for a pattern match anywhere in the string
findall
Finds all non-overlapping matches in a string
sub
Replaces matches with a specified string

© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext