Question: Given the following regular expression and search string, how many matches will re . findall ( ) return? Regular Expression: r ' b [

Given the following regular expression and search string, how many matches will re.findall() return?
Regular Expression: r'\b[a-z]+10'
Search string: 'alpha20 beta30 gamma1010'
Given the following regular expression and search string, how many matches will re.findall() return?
Regular Expression: r'\b[a-z]+10'
Search string: 'alpha20 beta30 gamma1010'
1
2
3
None

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!