+ 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.
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 ...
+ 3
Megan Malone ,
on which platform are you ?
> android, ios, web / windows
+ 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.
+ 1
Thanks but I do not have a Community Section. I have Courses, Leaderboard, Code Bits, Discuss, and Blog sections.