commit message from python script
This commit is contained in:
6
regex_test/main.py
Normal file
6
regex_test/main.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import re
|
||||
|
||||
txt = "The rain in Spain"
|
||||
x = re.search("^The.*Spain$", txt)
|
||||
if x :
|
||||
print("Yes")
|
||||
Reference in New Issue
Block a user