blah blah blah is here! blah blah » Close

0
votes
0 answers

Lambda expression

How can I exclude ids from list collection. I would like do do something like this Where(Function(name) name.id <> "100" And name.id <> "101") using the in operator?

0
votes
0 answers

match a word by regular expression in c#

Hi, I want a regular expression to check the below string which includes some apostrophes: 'YMF1 ' 103200 'REAL' and remove the "second" apostrophe in that string and return true if it can match the exact standalone wor ...

0
votes
1 answers

Java script regular expression to vb.net

var emailRegExp = /^([a-zA-Z0-9]{1}|[a-zA-Z0-9]{1}[_a-zA-Z0-9-])+(\.[_a-zA-Z0-9-]+)*@([a-zA-Z0-9]{1}|[a-zA-Z0-9]{1}[a-zA-Z0-9-])+(\.([a-zA-Z0-9]{1}|[a-zA-Z0-9]{1}[a-zA-Z0-9-])+)*\.([a-zA-Z]{2,6})$/; How this be convert to vb.net? Thank ...

0
votes
1 answers

asp.net

If I have the following string "localhost/mypage.aspx?Flag=Y", using regular expression in c# how can I extract MyPage.aspx and Flag="Y"

1
votes
1 answers

Regular expression

Need a regular expression in javascript to validate if a "&" or "*" exists in the string

1
votes
1 answers

Report viewer expression filter

Does anyone have a report viewer filter expression to only return values with todays date? I have a value that contains dates, but in the report i only want today's date to return, i've tried the below with no luck; =Today(Fields!Date ...

1
votes
1 answers

Regular Expression

Need a regular expression to replace all "-" & " " with ""?

0
votes
1 answers

ERROR: You can only take the address of an unfixed expression inside of a fixed statement initializer

Hello I wrote the following code, and got an error: unsafe void Get_ADC_Samples_From_All_Enabled_Channels(TextBox tb_OutputNumber_ADC, TextBox tb_Voltage_ADC) { bool got; double[,] chan ...

Feedback