General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
xybersurfer
Computerphile
comments
Comments by "xybersurfer" (@xybersurfer) on "Defining Regular Expressions (RegEx) - Computerphile" video.
the explanation could have been a little better: - using '+' instead of '|' for OR was confusing. - the handwriting was also no easy to read 'e' looks like 'l'. - presenting everything as a proof rules was probably also not a great idea, considering the audience
1
why not put the Mars Rover programs on one line?
1
Regular expressions are what?
1
@AndersJackson regex is rarely that useful with just the basics
1
another problem with regex is that they can look like they should work, when you missed some edge cases
1
@InShadowsLinger you assume that it is worth learning. you can't just assume your desired conclusion (begging the question). if we can't even agree on what is considered elegant, then what is the point in providing a solution? let's see your solution first. my main issue with Regex is that the operators come with too much baggage and that it looks unstructured, compared to an expression most languages it is used in
1
@InShadowsLinger useful and worth learning are not the same thing. there is a higher standard for the second. not only have we underspecified the problem you tried solving. more importantly how does your solution address the baggage and the unstructured look of regex that i called out?
1
@InShadowsLinger no. you're reply was irrelevant. i did not actually want you to post a solution. i told you to go first to make you realize that it doesn't make sense to do so. i pretty much spelled it out "then what is the point in providing a solution?". but you still failed realize that. it seems you just couldn't help yourself. now you are basically the only person between us 2 that knows the specifics of the problem you solved. i don't have the specs of the problem, and i don't intend to interpret the specs from your regex. you are free to give the specs. but right now your solution is meaningless to me
1
yeah. i don't think the problem is even the inability to debug. it's the lack of clarity. things can look correct but still be wrong
1