Top "Expression" questions

Combination of several programming symbols and values intending to produce a result

SSRS Expression for IF, THEN ELSE

I am creating a field from tables with our shoretel phone system and i am intergrating reports via SSRS and …

reporting-services expression ssrs-expression shoretel
remove url parameters with javascript or jquery

I am trying to use the youtube data api to generate a video playlist. However, the video urls require a …

javascript jquery query-string expression
Regular expressions inside SQL Server

I have stored values in my database that look like 5XXXXXX, where X can be any digit. In other words, …

sql sql-server regex expression
XPath - Difference between node() and text()

I'm having trouble understanding the difference between text() and node(). From what I understand, text() would be whatever is in …

xml xpath expression
How to make Regular expression into non-greedy?

I'm using jQuery. I have a string with a block of special characters (begin and end). I want get the …

javascript regex filter expression regex-greedy
Assignment inside lambda expression in Python

I have a list of objects and I want to remove all objects that are empty except for one, using …

python lambda expression variable-assignment
SSIS expression: convert date to string

I'm new to SSIS and I'm trying to convert a GetDate() to string "DD-MM-YYYY". This is the expression I've built …

ssis expression getdate
Combining two expressions (Expression<Func<T, bool>>)

I have two expressions of type Expression<Func<T, bool>> and I want to take to …

c# linq lambda expression
javascript - match string against the array of regular expressions

Is there a way in JavaScript to get Boolean value for a match of the string against the array of …

javascript arrays expression
The type arguments cannot be inferred from the usage. Try specifying the type arguments explicitly

Could someone please clarify something for me. In my ASP.NET MVC 2 app, I've got a BaseViewModel class which includes …

c# linq generics asp.net-mvc-2 expression