0
Regular Expressions
I am new and starting with python, Now I am studying Regular Expressions. Then, Will I need Regular Expressions for SQL and HTML?
2 Answers
+ 2
RegEx can be used with both SQL and HTML.
You won't necessarily need it, but it can be useful. For example in HTML form validation.
+ 1
Don't care about regular expression since you need to use them ^^