Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
AnswerRe: disabling text selection and cursor blinking in textbox Pin
Dave Kreskowiak9-Apr-10 8:51
mveDave Kreskowiak9-Apr-10 8:51 
GeneralRe: disabling text selection and cursor blinking in textbox Pin
teknolog1239-Apr-10 9:01
teknolog1239-Apr-10 9:01 
AnswerRe: disabling text selection and cursor blinking in textbox Pin
PIEBALDconsult9-Apr-10 10:08
mvePIEBALDconsult9-Apr-10 10:08 
QuestionConvert todatetime (format YYYYMMDD HH:MM:SS) Pin
aleroot9-Apr-10 8:05
aleroot9-Apr-10 8:05 
AnswerRe: Convert todatetime (format YYYYMMDD HH:MM:SS) Pin
Luc Pattyn9-Apr-10 8:19
sitebuilderLuc Pattyn9-Apr-10 8:19 
AnswerRe: Convert todatetime (format YYYYMMDD HH:MM:SS) Pin
Fayu9-Apr-10 9:35
Fayu9-Apr-10 9:35 
QuestionRegEx expression help Pin
Fayu9-Apr-10 6:46
Fayu9-Apr-10 6:46 
AnswerRe: RegEx expression help [modified] Pin
PIEBALDconsult9-Apr-10 7:09
mvePIEBALDconsult9-Apr-10 7:09 
The main problem may be that [ and ] are special characters in RegEx and need to be escaped \[ and \].

D'Oh! | :doh: Oh, I see you did.


I'm unfamiliar with <= and =<, but I just whipped this (?:\[\[\[(?'Name'.*?)\]\]\](?'Value'[^\[]*)) up with my RegexTester[^].
modified on Friday, April 9, 2010 1:20 PM

GeneralRe: RegEx expression help Pin
Fayu9-Apr-10 7:12
Fayu9-Apr-10 7:12 
GeneralRe: RegEx expression help Pin
PIEBALDconsult9-Apr-10 7:20
mvePIEBALDconsult9-Apr-10 7:20 
GeneralRe: RegEx expression help Pin
Fayu9-Apr-10 7:45
Fayu9-Apr-10 7:45 
GeneralRe: RegEx expression help Pin
PIEBALDconsult9-Apr-10 7:58
mvePIEBALDconsult9-Apr-10 7:58 
GeneralRe: RegEx expression help Pin
Fayu9-Apr-10 8:14
Fayu9-Apr-10 8:14 
GeneralRe: RegEx expression help Pin
PIEBALDconsult9-Apr-10 8:27
mvePIEBALDconsult9-Apr-10 8:27 
AnswerRe: RegEx expression help Pin
NavnathKale9-Apr-10 8:34
NavnathKale9-Apr-10 8:34 
GeneralRe: RegEx expression help Pin
PIEBALDconsult9-Apr-10 8:41
mvePIEBALDconsult9-Apr-10 8:41 
GeneralRe: RegEx expression help Pin
Fayu9-Apr-10 9:11
Fayu9-Apr-10 9:11 
GeneralRe: RegEx expression help Pin
NavnathKale9-Apr-10 9:29
NavnathKale9-Apr-10 9:29 
GeneralRe: RegEx expression help Pin
Fayu9-Apr-10 9:41
Fayu9-Apr-10 9:41 
GeneralRe: RegEx expression help Pin
NavnathKale9-Apr-10 9:49
NavnathKale9-Apr-10 9:49 
GeneralRe: RegEx expression help Pin
Fayu9-Apr-10 10:07
Fayu9-Apr-10 10:07 
GeneralRe: RegEx expression help Pin
NavnathKale9-Apr-10 10:14
NavnathKale9-Apr-10 10:14 
GeneralRe: RegEx expression help Pin
Fayu9-Apr-10 10:21
Fayu9-Apr-10 10:21 
GeneralRe: RegEx expression help Pin
NavnathKale9-Apr-10 10:30
NavnathKale9-Apr-10 10:30 
GeneralRe: RegEx expression help Pin
Fayu9-Apr-10 10:22
Fayu9-Apr-10 10:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.