Skip to content
Tim Bourguignon edited this page Mar 5, 2014 · 2 revisions

Repetition

Group.AtLeast(2).AtMost(4).Text("abc").Together

Concatenation

Text("abc").Text("def")

Conditional

Text("http").Maybe("s").Text("://")
Clone this wiki locally