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

Text(string) add its parameter as a constant in the regular expression.

For instance, the following will produce the following regular expression something.

var result = se
    .Text("so")
    .Text("methi") 
    .Text("ng")
    .Generate();
Clone this wiki locally