first commit

This commit is contained in:
unknown 2025-11-13 13:15:40 +07:00
commit c127f18953
2 changed files with 10 additions and 0 deletions

6
Read file text/script.py Normal file
View File

@ -0,0 +1,6 @@
import re
text = "Email: admin@example.com"
pattern = r"^Email.\s(.*@.*)"
match = re.search(pattern, text)
print(match.group(1))

4
Read file text/text.txt Normal file
View File

@ -0,0 +1,4 @@
asd
asdasf
asfafasa
asfafasa