SoloLearners PRO: Does anyone know why expected 'c' is lowercase⁉️🤔 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

SoloLearners PRO: Does anyone know why expected 'c' is lowercase⁉️🤔

🐍Tutorial: RegEx: Special Sequences: Practice what you've learned: Input: #Coding is... My output: #Coding ... Expected output: #coding ... My solution: re.findall(r'#\w+', text) can't pass Test#1⁉️🤔 I've reported it to SoloLearn as a Bug‼️

6th Sep 2020, 10:19 AM
Janusz Bujak 🇵🇱 🇺🇦
Janusz Bujak 🇵🇱 🇺🇦 - avatar
2 Answers
+ 5
CarrieForle The bug with lowercase "c" has now been resolved so I've found the solution‼️😃
14th Sep 2020, 1:45 PM
Janusz Bujak 🇵🇱 🇺🇦
Janusz Bujak 🇵🇱 🇺🇦 - avatar
+ 1
That's true and my solution is to lower txt only if txt is "#Coding". I've also reported it.
6th Sep 2020, 10:49 AM
你知道規則,我也是
你知道規則,我也是 - avatar