We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Text(string) add its parameter as a constant in the regular expression.
Text(string)
For instance, the following will produce the following regular expression something.
something
var result = se .Text("so") .Text("methi") .Text("ng") .Generate();