mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-26 10:58:40 +00:00
Add link to regex_match.py
This commit is contained in:
parent
0cd88af4ff
commit
8d65acf760
@ -3,6 +3,8 @@ Regex matching check if a text matches wildcard pattern or not.
|
|||||||
Pattern:
|
Pattern:
|
||||||
'.' Matches any single character.
|
'.' Matches any single character.
|
||||||
'*' Matches zero or more of the preceding element.
|
'*' Matches zero or more of the preceding element.
|
||||||
|
More info:
|
||||||
|
https://medium.com/trick-the-interviwer/regular-expression-matching-9972eb74c03
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user