C# (CSharp) Kobi.RecreationalRegex.PcreGrammar 네임스페이스

중첩된 네임스페이스

Kobi.RecreationalRegex.PcreGrammar.Builder
Kobi.RecreationalRegex.PcreGrammar.GrammarModel

클래스들

이름 설명
Examples
NumberedStatesAndCapturesTests
NumberedStatesTests
PcreGrammar Stack Overflow Question #3349999 - http://stackoverflow.com/q/3349999/7586 Translate PCRE grammar to .Net

Grammar:

Q -> \w | '[' A ';' Q* ','? Q* ']' | '<' A '>' A -> (Q | ',')* (match ^A$.)
Tests