Regulars Expressions | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 27

Regulars Expressions

Do you like RegExps ? Do you love using it in your codes ? Do you enjoy add powerfuls systems to yours codes using regex ? Post here your favorites regulars expressions or systems which use it 😊😊😊 Enjoy 🎉🎉🎉 🎈🎈🎈📱📱📱💻💻💻 (In the following code, I've used several regexs... Test them 😎😎😎) https://code.sololearn.com/WPz4e2Sjq8RK/?ref=app

22nd Oct 2017, 6:14 PM
Mattéo
12 ответов
+ 18
For example, /^Hi/ verify if "Hi" is placed at the beginning of the word 😉😉😉
22nd Oct 2017, 6:42 PM
Mattéo
+ 18
You can learn regexps in the Python course.
23rd Oct 2017, 6:48 AM
Mattéo
+ 16
It's not very different. I've learned JavaScript regex and when I've learned Python regex, I didn't see the difference. Sorry for my English 😪😪😪
23rd Oct 2017, 7:38 AM
Mattéo
+ 16
/\s{1,}/ = /\s+/
23rd Oct 2017, 1:17 PM
Mattéo
+ 15
@Cool Codin Here's one of my favourite and might be useful for you. 😉 http://www.rexegg.com/
23rd Oct 2017, 3:51 AM
Zephyr Koo
Zephyr Koo - avatar
+ 14
Do you have found others RegExps ?
23rd Oct 2017, 1:16 PM
Mattéo
+ 5
Hey, great code!! I love regex the power of regex but.... don't know how to use them.... 😢😢 Can you please suggest me a few resources for learning regex? Thanks 😊
22nd Oct 2017, 8:46 PM
Cool Codin
Cool Codin - avatar
+ 5
is it the same, if i wanted to learn for javascript? I mean methods etc....
23rd Oct 2017, 6:54 AM
Cool Codin
Cool Codin - avatar
+ 4
Nice code! TBH I suck at Regex
24th Oct 2017, 2:55 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 4
Hlo everyone,so just to share my piece of work with u and to show a program on this topic im here,and here is the code: https://code.sololearn.com/cV8g5kUBlsKF/?ref=app Plz upvote if the code is understandable.
24th May 2019, 1:08 PM
MOHAN👨🏻‍💻
MOHAN👨🏻‍💻 - avatar
25th Oct 2017, 10:43 AM
Alok Singh
Alok Singh - avatar