1. re.create(str)
2. re.regex(str)
3. re.compile(str)
4. re.assemble(str)
re.compile(str)
1. matches a pattern at the start of the string
2. matches a pattern at any position in the string
3. such a function does not exist
4. none of the mentioned
matches a pattern at the start of the string
1. matches a pattern at the start of the string
2. matches a pattern at any position in the string
3. such a function does not exist
4. none of the mentioned
matches a pattern at any position in the string
1. (‘we’, ‘are’, ‘humans’)
2. (we, are, humans)
3. (‘we’, ‘humans’)
4. ‘we are humans’
(‘we’, ‘are’, ‘humans’)
1. (‘we’, ‘are’, ‘humans’)
2. (we, are, humans)
3. (‘we’, ‘humans’)
4. ‘we are humans’
‘we are humans’
1. ‘are’
2. ‘we’
3. ‘humans’
4. ‘we are humans’
‘humans’
1. {‘animal’: ‘horses’, ‘verb’: ‘are’, ‘adjective’: ‘fast’}
2. (‘horses’, ‘are’, ‘fast’)
3. ‘horses are fast’
4. ‘are’
{‘animal’: ‘horses’, ‘verb’: ‘are’, ‘adjective’: ‘fast’}
1. {‘animal’: ‘horses’, ‘verb’: ‘are’, ‘adjective’: ‘fast’}
2. (‘horses’, ‘are’, ‘fast’)
3. ‘horses are fast’
4. ‘are’
(‘horses’, ‘are’, ‘fast’)
1. {‘animal’: ‘horses’, ‘verb’: ‘are’, ‘adjective’: ‘fast’}
2. (‘horses’, ‘are’, ‘fast’)
3. ‘horses are fast’
4. ‘are’
‘are’
1. caret
2. ampersand
3. percentage symbol
4. newline
newline