-
Notifications
You must be signed in to change notification settings - Fork 0
Open
@imsanjoykb
Description
import re
Str = "we need to inform him with the latest information"
for i in re.finditer("inform.", Str):
locTuple = i.span()
print(locTuple)
Metadata
Metadata
Assignees
Labels
No labels