+ 2

I love this app and I was wondering if it will ever be expanded to RegEx or json courses

I used to used SQL, python, and JavaScript but in my new jog there isn't much work in those codes. My new jobs uses Regex and json a lot. I was hoping this app could help me with those tasks too.

18th Apr 2025, 3:55 PM
Megan Malone
Megan Malone - avatar
4 Respuestas
+ 4
Megan Malone , there is currently no ``regex`` course / tutorial offered by sololearn. but you can use a number (approximately 25) of short ``regex`` community tutorials that you can find in the ``community section``. > go to the community section > use the search there with ``regex``. happy learning ...
18th Apr 2025, 4:26 PM
Lothar
Lothar - avatar
+ 3
Megan Malone , on which platform are you ? > android, ios, web / windows
18th Apr 2025, 7:51 PM
Lothar
Lothar - avatar
+ 2
JSON should not require a course, as it's just a simple data format and not a programming language. Could use a chapter though. JS-based RegEx is arguably something that should be included in the JS learning path, but would require someone/some people to write it. MDN has a good guide (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions), as with most things related to web programming, but you'll have to play some to learn. The site "regex101" has a great playground (https://regex101.com/) that includes live testing vs test cases, and an explanation that's not AI generated. Just make sure you switch it to the ECMAScript (JavaScript) engine, as it defaults to using a PHP engine.
19th Apr 2025, 5:38 AM
Tom Shaver
Tom Shaver - avatar
+ 1
Thanks but I do not have a Community Section. I have Courses, Leaderboard, Code Bits, Discuss, and Blog sections.
18th Apr 2025, 4:37 PM
Megan Malone
Megan Malone - avatar