Minor edit

This commit is contained in:
AmirMohammad Hosseini Nasab 2022-08-12 16:42:34 +04:30
parent 8d65acf760
commit e71795c2e3

View File

@ -1,5 +1,5 @@
"""
Regex matching check if a text matches wildcard pattern or not.
Regex matching check if a text matches pattern or not.
Pattern:
'.' Matches any single character.
'*' Matches zero or more of the preceding element.