Stef Heyenrath
Stef Heyenrath
@santi77 - I think your pattern should be like: ``` c# string pattern = "^(?.\\d)(?.[a-z])(?.[A-Z])(?.[@$\\._\\*#&%]).{8,16}$"; string value = new Xeger(pattern).Generate(); ```
I've my doubts if this actually works. lookahead is not implemented Also when using **Rex** (https://rise4fun.com/rex), I get this error: The following constructs are currently not supported: anchors \G, \b,...
@mhollier , This is possible, I'll take a look.
I will try to fix it this weekend.
@mbrankintrintech Sorry. It's not so easy as it seems. I cannot get my project to build anymore, it's too old I think. I spent a few hours on trying to...
Actually you want to be able to control how the data is serialized before it's send to the server? At this moment, JSON.stringify is always used. Correct?
I will take a look, however I cannot promise I switch to this new tool.
@jornare and @kylecordes : can you maybe create a PR ?
You can see an example here: https://github.com/StefH/angular-odata-es5/blob/master/demo/employeeGridOData.component.ts#L68
Apply is for applying selection and filter. Exec is for exetuting the query using http calls