After labs 3

This commit is contained in:
Bartekfiolek 2023-11-13 22:37:53 +01:00
parent 3723e7f8df
commit 69ec0933db
5 changed files with 5 additions and 5 deletions

View File

@ -55,7 +55,7 @@ C01-C03, C04-C06 - po jedno dla każdego
## Zajęcia 3 13.11.2023 Wyrażenia regularne
D01 - D04 - po jedno dla każdego
D01 - D04 - do wykonania przez każdego
Dokumentacja wyrażeń regularnych w python3: https://docs.python.org/3/library/re.html

View File

@ -2,4 +2,4 @@ Write a program to find lines containing the word "Hamlet".
Do use regular expressions.
POINTS: 1
DEADLINE: 2021-12-04 23:59:59
DEADLINE: 2023-11-26 23:59:59

View File

@ -4,4 +4,4 @@ Return line no matter of word "pies" casing.
Do use regular expressions.
POINTS: 1
DEADLINE: 2021-12-04 23:59:59
DEADLINE: 2023-11-26 23:59:59

View File

@ -3,4 +3,4 @@ Note that part ' r.' is obligatory.
Do use regular expressions.
POINTS: 1
DEADLINE: 2021-12-04 23:59:59
DEADLINE: 2023-11-26 23:59:59

View File

@ -3,4 +3,4 @@ Return only these substrings separated by spaces in their order.
Do use regular expressions.
POINTS: 2
DEADLINE: 2021-12-04 23:59:59
DEADLINE: 2023-11-26 23:59:59