You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tim Bourguignon edited this page Mar 9, 2014
·
1 revision
The And(string) and Except(string) functions are used to modify the content of a previously defined function. For instance to add a minus - characters to an alphanumeric string you would do:
var result = se
.Alphanumerics
.And("-")
.Generate()
Similarly, Except(string) would remove characters from the ensemble: