a) ‘pq*’ will match ‘pq’
b) ‘pq?’ matches ‘p’
c) ‘p{4}, q’ does not match ‘pppq’
d) ‘pq+’ matches ‘p’
Which of the following statements regarding the output of the function re.match is incorrect?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following statements regarding the output of the function re.match is incorrect?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!