Is there a regular expression to detect a valid regular expression? (2008)
1–10 of 13 posts
Re: Is there a regular expression to detect a valid regular expression? (2008)
#2Is there a regular expression to detect a valid regular expression? - https://news.ycombinator.com/item?id=20909939 - Sept 2019 (219 comments)
Re: Is there a regular expression to detect a valid regular expression? (2008)
#3Edit: I just checked and sadly someone beat me to it in 2019: https://news.ycombinator.com/item?id=20910120
Re: Is there a regular expression to detect a valid regular expression? (2008)
#4Edit: "The PPR module provides a single regular expression that defines a set of independent subpatterns suitable for matching entire Perl documents, as well as a wide range of individual syntactic components of Perl (i.e. statements, expressions, control blocks, variables, etc.)"
Re: Is there a regular expression to detect a valid regular expression? (2008)
#5https://stackoverflow.com/questions/49650847/determine-if-st...
The answer is yes, they’re regular. :-D
Re: Is there a regular expression to detect a valid regular expression? (2008)
#6I'm not sure what this means. Have we asked and answered all the good questions already?
Re: Is there a regular expression to detect a valid regular expression? (2008)
#7Re: Is there a regular expression to detect a valid regular expression? (2008)
#8Re: Is there a regular expression to detect a valid regular expression? (2008)
#9I answered a funny regex question once, “can strings that are base64 encoded twice be matched with a regex?” https://stackoverflow.com/questions/49650847/determine-if-st... The answer is yes, they’re regular. :-D