blah blah blah is here! blah blah » Close

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

Regular Expression

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

Feedback