the format goal: require a.b.c.d/x where >> a is 1-3 digit num btw 1-223 b, c, and d are 1-3 digit num btw 0-255 and *required x is 1 or 2 digit num btw 8
I am getting dynamic conditions through API to apply in the application. It could be any logical expression. The task is to run all the condition received in mo
I have this expressions that styles my layer when a feature is clicked: the circle radius changes from 2 (default) to 5 (clicked). 'circle-radius'=> [ 'c
I have a page that displays all users in the table. The front end uses a class that is different from the database model. public class UserDetailsViewDto {
I need to implement a regex which cover several requirements. These are the following: A length restriction to max 8 chars should be done (with or without wildc
40 I'm having trouble checking in React Js if a value is is any of the following combinations no spaces in starting Ramaining accept anything(
I wanted to create an IQueryable extension to allow other developers to group entities by minutely interval but also by custom group key result. My idea was to
I've got a question on LINQ Expression. I need to replicate the following lambda: var result = processRevisions OrderByDescending(pr => pr.CreatedAt) G
Is it possible to add a parameter to filter by a computed column and if so how? I have a report which gives the level of a bill of material and this is set as l
I want to put a printWhenExpression on a static text based on a condition which says that print the label only if there is atleast a non null textField in a par
I'm getting some errors trying to build expression trees on nested collections. I have classes: // not DB entity public FilterTerm { public string Compariso
THE GOAL I WANT TO ACHEIVE: Control AE timelines using ONE EXPRESSION LAYER (much like using Actionscript) to trigger frequently used comps such as blinking, w
Is there a way in JavaScript to get Boolean value for a match of the string against the array of regular expressions? The example would be (where the 'if' stat
From the Documentation Every object has an identity, a type and a value. type(obj) returns the type of the object id(obj) returns the id of the object is