Skip to content

Commit 74e4d13

Browse files
Update readme.md
Replaced obsolete link to IntroToRegex with CreateFloatingPointNumbers.py
1 parent f965367 commit 74e4d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ My solutions of <strong>Hackerrank Python Domain</strong> challenges. The codes
105105
- [Map and Lambda Function](PythonFunctionals/MapandLambdaFunction.py)
106106
- [Validating Email Addresses With a Filter](PythonFunctionals/ValidatingEmailAddressesWithaFilter.py)
107107
- Regex and Parsing
108-
- [Introduction to Regex Module](RegexandParsing/IntroductiontoRegexModule.py)
108+
- [Detect Floating Point Numbers](RegexandParsing/DetectFloatingPointNumbers.py)
109109
- [Re.split()](RegexandParsing/Resplit.py)
110110
- [Group(), Groups() &amp; Groupdict()](RegexandParsing/GroupGroupsampGroupdict.py)
111111
- [Re.findall() &amp; Re.finditer()](RegexandParsing/RefindallampRefinditer.py)

0 commit comments

Comments
 (0)