Top "Expression" questions

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

JavaScript expression to generate a 5-digit number in every case

for my selenium tests I need an value provider to get a 5-digit number in every case. The problem with …

javascript random expression digit
How to parse a mathematical expression given as a string and return a number?

Is there a way in Java to get the result from this mathematical expression: String code = "5+4*(7-15)"; In other hand …

java string parsing math expression
If-then-else inside a JSP expression?

Can you do an if-then-else statement inside a JSP expression? EDIT : Specifically I was looking for a JSP solution, not …

java jsp expression
Using 'like' in ssrs expressions

I'm trying to highlight a field when the value has the word 'deadline' in it. I'm trying to use the …

sql reporting-services expression reportbuilder3.0 ssrs-expression
Regex pattern for HH:MM:SS time string

I want to parse a hh:mm:ss string. A simple one is ([0-1]?\d|2[0-3]):([0-5]?\d):([0-5]?\d) …

regex expression hour seconds minute
Regular expression to match first and last character

I'm trying to use regex to check that the first and last characters in a string are alpha characters between …

javascript regex expression
if-else-if-else in textfield expression

I have to show columns: - send - receive - cancelled In a report column by checking a value from …

jasper-reports expression
SSIS How to get part of a string by separator

I need an SSIS expression to get the left part of a string before the separator, and then put the …

sql-server ssis expression etl
Currency validation

Please help with me writing a JavaScript Validation for currency/money field. So please provide any regular expressions if u …

javascript validation expression currency
Regular Expression in Bash Script

Hello awesome community, I'm a complete dope when it comes to regex. I've put off learning it.. and now my …

regex linux bash expression