-
Notifications
You must be signed in to change notification settings - Fork 0
Open
@imsanjoykb
Description
import re
txt = "The rain in Spain"
x = re.search("\s", txt)
print("The first white-space character is located in position:", x.start())
Metadata
Metadata
Assignees
Labels
No labels