+ 5
Lessons for regular-expressions should be independented from any language.
There are lessons for regular-expression on Python course. But these lessons should not only for Python but also for other languages. Currently, we can't access to them unless we complete Python language lessons. It is inconvenient for other language users.
8 odpowiedzi
+ 8
Each language has different implementations of Regular Expression so a lesson on it cannot really be generalized
+ 2
I would like to have regular expression lesson with c# code. I know it can be used.
+ 2
Yerucham, I don't think so. For example, BBC Radio released a crossword puzzle which totally consists of regular-expression. I think this is independented from any programming language.
http://www.bbc.co.uk/programmes/articles/5LCB3rN2dWLqsmGMy5KYtBf/puzzle-for-today
+ 2
I have made an simple Java application for testing regular-expression.
I think this is one of the example to let users to learn regular-expression, independented from any programming language.
https://code.sololearn.com/cnEQ0znq2Y9X/?ref=app
+ 1
Recently, SoloLearn accepts users to create and publish their original lessons. So if we want, we can publish independented regular-expression lessons by our hand. But I think SoloLearn should publish these lessons officially.
+ 1
I will try to publish original lessons. My regular-expression testing app have already Version UP (with error handling and perfect / partial matching selector).
https://code.sololearn.com/cnEQ0znq2Y9X/?ref=app
0
regular expressions are support by java and c also
0
I can't pass question 3 in metacharacters in python i need help pls