Would be nice to have a regex for parsing HTML... grabs popcorn
Your sanity won't be left intact tho.
41–50 of 135 posts
Would be nice to have a regex for parsing HTML... grabs popcorn
Your sanity won't be left intact tho.
If the only thing that is embedded in that frame was taken entirely from a different project, that project should at least be mentioned in the frame.
^[a-z0-9_-]{3,15}$ The username reference doesn't match 16 characters as claimed
I should match. the number 15 there means that repeat x up to 15 times. so 1+15=16. looks good to me
neat site! clicking an example opens up a playground with live update and explanation and railroad diagrams, similar to sites like regex101[1] and regulex[2] one suggestion would be to mention clearly which tool/language is being used, regex has no unified standard.. based on "Cheatsheet adapted" message at the bottom, I think it is for JavaScript. I wrote a book on js regexp last year, and I have post for cheatsheet…
Would be nice to have a regex for parsing HTML... grabs popcorn
Would be nice to have a regex for parsing HTML... grabs popcorn
Relies on ?(DEFINE): http://p3rl.org/perlre#(DEFINE)
This is really cool! 2 points: 1. it fiddled with my back button which is a bit annoying 2. a better email sample is ^[^@]+@[^@]+\.[^@]+$ which removes the 2 ampersands problem.