We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f965367 + 74e4d13 commit 3c8aae0Copy full SHA for 3c8aae0
readme.md
@@ -105,7 +105,7 @@ My solutions of <strong>Hackerrank Python Domain</strong> challenges. The codes
105
- [Map and Lambda Function](PythonFunctionals/MapandLambdaFunction.py)
106
- [Validating Email Addresses With a Filter](PythonFunctionals/ValidatingEmailAddressesWithaFilter.py)
107
- Regex and Parsing
108
- - [Introduction to Regex Module](RegexandParsing/IntroductiontoRegexModule.py)
+ - [Detect Floating Point Numbers](RegexandParsing/DetectFloatingPointNumbers.py)
109
- [Re.split()](RegexandParsing/Resplit.py)
110
- [Group(), Groups() & Groupdict()](RegexandParsing/GroupGroupsampGroupdict.py)
111
- [Re.findall() & Re.finditer()](RegexandParsing/RefindallampRefinditer.py)
0 commit comments