This commit is contained in:
2026-06-24 17:24:04 +02:00
commit 00c38a12d9
41 changed files with 7289 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import re
re_1 = r'hello!*'
re_2 = r'hello!* +there'
re_3 = r'(\+|\-|\*|\/)'
re_4 = r'\-?[0-9]+'
re_5 = r'\"([a-z]+ *)+\"'
re_6 = r'\"([[a-z]|\\.]+ *)+\"'