MCQOPTIONS
Saved Bookmarks
| 1. |
The function of re.search is __________ |
| A. | Matches a pattern at the start of the string |
| B. | Matches a pattern at the end of the string |
| C. | Matches a pattern from any part of a string |
| D. | Such a function does not exist |
| Answer» D. Such a function does not exist | |