Regex Grammar - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T12:12:54Zhttp://stackoverflow.com/feeds/question/265457http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/265457/regex-grammar3Regex GrammarJulien Grenier2008-11-05T15:20:47Z2008-11-05T15:33:27Z
<p>Is there any BNF grammar for regular expression?</p>
http://stackoverflow.com/questions/265457/regex-grammar/265466#2654666Answer by VonC for Regex GrammarVonC2008-11-05T15:23:20Z2008-11-05T15:23:20Z<p>You can see one for <a href="http://www.cs.sfu.ca/~cameron/Teaching/384/99-3/regexp-plg.html" rel="nofollow">Perl regexp</a> (displayed <a href="http://www.faqts.com/knowledge_base/view.phtml/aid/25718/fid/200" rel="nofollow">a little more in detail here</a>, as posted by <a href="http://stackoverflow.com/users/4200/edg">edg</a>)</p>
http://stackoverflow.com/questions/265457/regex-grammar/265467#2654671Answer by edg for Regex Grammaredg2008-11-05T15:23:20Z2008-11-05T15:23:39Z<p><a href="http://www.faqts.com/knowledge_base/view.phtml/aid/25718/fid/200" rel="nofollow">http://www.faqts.com/knowledge_base/view.phtml/aid/25718/fid/200</a></p>
http://stackoverflow.com/questions/265457/regex-grammar/265480#2654800Answer by gimel for Regex Grammargimel2008-11-05T15:27:41Z2008-11-05T15:33:27Z<p>See <a href="http://en.wikipedia.org/wiki/Regular_expressions#Formal_language_theory" rel="nofollow">Formal language theory</a> in the Wikipedia entry.</p>