Regex Grammar - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T12:12:54Z http://stackoverflow.com/feeds/question/265457 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/265457/regex-grammar 3 Regex Grammar Julien Grenier 2008-11-05T15:20:47Z 2008-11-05T15:33:27Z <p>Is there any BNF grammar for regular expression?</p> http://stackoverflow.com/questions/265457/regex-grammar/265466#265466 6 Answer by VonC for Regex Grammar VonC 2008-11-05T15:23:20Z 2008-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#265467 1 Answer by edg for Regex Grammar edg 2008-11-05T15:23:20Z 2008-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#265480 0 Answer by gimel for Regex Grammar gimel 2008-11-05T15:27:41Z 2008-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>