Click here to Skip to main content
15,897,273 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to work with generic date format [modified] Pin
PIEBALDconsult3-Aug-11 18:44
mvePIEBALDconsult3-Aug-11 18:44 
GeneralRe: How to work with generic date format Pin
Richard Deeming11-Jan-12 5:44
mveRichard Deeming11-Jan-12 5:44 
QuestionRegEx with < or > Pin
econner1-Aug-11 9:55
econner1-Aug-11 9:55 
AnswerRe: RegEx with Pin
PIEBALDconsult1-Aug-11 14:45
mvePIEBALDconsult1-Aug-11 14:45 
AnswerRe: RegEx with Pin
Peter_in_27801-Aug-11 17:18
professionalPeter_in_27801-Aug-11 17:18 
GeneralRe: RegEx with Pin
OriginalGriff1-Aug-11 21:31
mveOriginalGriff1-Aug-11 21:31 
GeneralRe: RegEx with Pin
econner3-Aug-11 4:38
econner3-Aug-11 4:38 
GeneralRe: RegEx with Pin
Peter_in_27803-Aug-11 13:04
professionalPeter_in_27803-Aug-11 13:04 
Before we go any further, let's settle on the spec.
Is N/A required to be uppercase? Are any or all of n/a N/a n/A acceptable?
From your example, .12 is OK. What about 13. ?
Is an integer value like 123 (no decimal point) allowed?
Are there limits on the number of digits (total/before/after the decimal point)?

Your answers to these questions do not affect the solvability of the problem (the existence of a suitable regex), but they do affect the solution (the value of the regex).

Cheers,
Peter
Software rusts. Simon Stephenson, ca 1994.

GeneralRe: RegEx with Pin
econner3-Aug-11 13:27
econner3-Aug-11 13:27 
GeneralRe: RegEx with [modified] Pin
Peter_in_27803-Aug-11 15:11
professionalPeter_in_27803-Aug-11 15:11 
GeneralRe: RegEx with Pin
econner3-Aug-11 15:32
econner3-Aug-11 15:32 
Questionprocessing ozf2 and ozf3 file with c#? Pin
Mohsen Shahindust1-Aug-11 4:11
Mohsen Shahindust1-Aug-11 4:11 
GeneralRe: processing ozf2 and ozf3 file with c#? Pin
David19871-Aug-11 5:10
David19871-Aug-11 5:10 
GeneralRe: processing ozf2 and ozf3 file with c#? Pin
Mohsen Shahindust1-Aug-11 5:17
Mohsen Shahindust1-Aug-11 5:17 
GeneralRe: processing ozf2 and ozf3 file with c#? Pin
David19871-Aug-11 5:24
David19871-Aug-11 5:24 
GeneralRe: processing ozf2 and ozf3 file with c#? Pin
Mohsen Shahindust1-Aug-11 5:31
Mohsen Shahindust1-Aug-11 5:31 
GeneralRe: processing ozf2 and ozf3 file with c#? Pin
Pete O'Hanlon1-Aug-11 5:38
mvePete O'Hanlon1-Aug-11 5:38 
GeneralRe: processing ozf2 and ozf3 file with c#? Pin
Mohsen Shahindust1-Aug-11 5:46
Mohsen Shahindust1-Aug-11 5:46 
GeneralRe: processing ozf2 and ozf3 file with c#? Pin
Pete O'Hanlon1-Aug-11 5:53
mvePete O'Hanlon1-Aug-11 5:53 
GeneralRe: processing ozf2 and ozf3 file with c#? Pin
David19871-Aug-11 5:53
David19871-Aug-11 5:53 
Questionhow run access query with params Pin
goldsoft1-Aug-11 4:05
goldsoft1-Aug-11 4:05 
AnswerRe: how run access query with params Pin
Not Active1-Aug-11 4:11
mentorNot Active1-Aug-11 4:11 
Questionfind data between 2 dates Pin
goldsoft1-Aug-11 2:25
goldsoft1-Aug-11 2:25 
AnswerRe: find data between 2 dates Pin
SomeGuyThatIsMe1-Aug-11 2:45
SomeGuyThatIsMe1-Aug-11 2:45 
AnswerRe: find data between 2 dates Pin
PIEBALDconsult1-Aug-11 2:52
mvePIEBALDconsult1-Aug-11 2:52 

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.