Which of the following method is used to check if a regular expression matches a string or not, with unittest?

Questions & AnswersCategory: Programming LanguageWhich of the following method is used to check if a regular expression matches a string or not, with unittest?
Adam asked 2 years ago

Which of the following method is used to check if a regular expression matches a string or not, with unittest?
a. assertRegexpMatches
b. assertSearch
c. assertMatch
d. assertRegexs