Files
Argenta/mock/local_test.py
T
2025-03-15 11:42:12 +03:00

8 lines
177 B
Python

import re
def test(string):
return bool(re.match(r'\ntest command\n(.|\s)*\nsome command\n', string))
print(test('test command tpgm4tigm4tigmt\n i0hhmi6h some command'))