mirror of
https://github.com/duszekjk/jezykiformalne.git
synced 2024-11-23 23:55:28 +01:00
5 lines
272 B
Plaintext
5 lines
272 B
Plaintext
|
Write a program to find lines containing the word "pies" separated by spaces.
|
||
|
The word does not need to have space on the left if it is the line beginning or space on the right if it is line ending.
|
||
|
Return line no matter of word "pies" casing.
|
||
|
Do use regular expressions.
|