Perhaps for a self-learner a nice approach is to write it yourself and then go searching for a solution. That way you'll likely: validate what you did, figure out that you missed a detail or perhaps learn some new regexp foo or different way of writing the same thing.
How "junior" developers can become regex wizards
41–46 of 46 posts
Re: How "junior" developers can become regex wizards
#42also: http://www.rexv.org http://www.debuggex.com http://refiddle.com
Re: How "junior" developers can become regex wizards
#43ugh. do they really need to be good at regex? we don't all work on the internet you know... regex is basically pointless for most application development. most programmers i consider to be exceptionally talented can not write a regex without reference (although they will do it when necessary by using reference - and very well too). on the other hand the general approach to problem solving advocated here is quite soun…
Re: How "junior" developers can become regex wizards
#44Any serious developer these days will be using standardised libraries for this sort of validation and not reinventing the wheel with some half baked do-it-yourself regex.
Re: How "junior" developers can become regex wizards
#45ugh. do they really need to be good at regex? we don't all work on the internet you know... regex is basically pointless for most application development. most programmers i consider to be exceptionally talented can not write a regex without reference (although they will do it when necessary by using reference - and very well too). on the other hand the general approach to problem solving advocated here is quite soun…
RegEx probably has most use in data validation, which has nothing to do with internet.
Re: How "junior" developers can become regex wizards
#46also: http://www.rexv.org http://www.debuggex.com http://refiddle.com