Click here to Skip to main content
15,908,015 members
Home / Discussions / C#
   

C#

 
GeneralRe: C and C# similarities!!! Need Help....Beginner!!! Pin
OriginalGriff14-Feb-14 22:50
mveOriginalGriff14-Feb-14 22:50 
AnswerRe: C and C# similarities!!! Need Help....Beginner!!! Pin
Peter Leow14-Feb-14 18:23
professionalPeter Leow14-Feb-14 18:23 
AnswerRe: C and C# similarities!!! Need Help....Beginner!!! Pin
Richard Andrew x6414-Feb-14 19:31
professionalRichard Andrew x6414-Feb-14 19:31 
AnswerRe: C and C# similarities!!! Need Help....Beginner!!! Pin
Richard MacCutchan14-Feb-14 22:46
mveRichard MacCutchan14-Feb-14 22:46 
AnswerRe: C and C# similarities!!! Need Help....Beginner!!! Pin
OriginalGriff14-Feb-14 22:56
mveOriginalGriff14-Feb-14 22:56 
QuestionCant Open SQL connection Pin
mcgurdan14-Feb-14 5:51
mcgurdan14-Feb-14 5:51 
AnswerRe: Cant Open SQL connection Pin
Ravi Bhavnani14-Feb-14 6:17
professionalRavi Bhavnani14-Feb-14 6:17 
AnswerRe: Cant Open SQL connection Pin
OriginalGriff14-Feb-14 8:45
mveOriginalGriff14-Feb-14 8:45 
AnswerRe: Cant Open SQL connection Pin
jschell14-Feb-14 10:25
jschell14-Feb-14 10:25 
QuestionHow to create a moving text up in C# 2005 ? Pin
Member 245846714-Feb-14 3:37
Member 245846714-Feb-14 3:37 
QuestionRe: How to create a moving text up in C# 2005 ? Pin
thatraja14-Feb-14 4:10
professionalthatraja14-Feb-14 4:10 
QuestionC# Path Finding Recommendations Pin
Phil_9314-Feb-14 2:57
Phil_9314-Feb-14 2:57 
AnswerRe: C# Path Finding Recommendations Pin
thatraja14-Feb-14 4:03
professionalthatraja14-Feb-14 4:03 
GeneralRe: C# Path Finding Recommendations Pin
Phil_9314-Feb-14 4:09
Phil_9314-Feb-14 4:09 
AnswerRe: C# Path Finding Recommendations Pin
Ravi Bhavnani14-Feb-14 6:18
professionalRavi Bhavnani14-Feb-14 6:18 
AnswerRe: C# Path Finding Recommendations Pin
Eddy Vluggen14-Feb-14 6:29
professionalEddy Vluggen14-Feb-14 6:29 
GeneralRe: C# Path Finding Recommendations Pin
Phil_9314-Feb-14 6:41
Phil_9314-Feb-14 6:41 
Generali want to accept only numeric value to a textbox in datagridview Pin
Ahmed Tamseer14-Feb-14 2:53
Ahmed Tamseer14-Feb-14 2:53 
AnswerRe: i want to accept only numeric value to a textbox in datagridview Pin
thatraja14-Feb-14 4:12
professionalthatraja14-Feb-14 4:12 
GeneralRe: i want to accept only numeric value to a textbox in datagridview Pin
BillWoodruff14-Feb-14 13:54
professionalBillWoodruff14-Feb-14 13:54 
QuestionImpersonation Pin
i gr814-Feb-14 2:17
i gr814-Feb-14 2:17 
QuestionDirtying my hand with regular expression for first time Pin
tasumisra13-Feb-14 18:12
tasumisra13-Feb-14 18:12 
AnswerRe: Dirtying my hand with regular expression for first time Pin
OriginalGriff14-Feb-14 0:01
mveOriginalGriff14-Feb-14 0:01 
GeneralRe: Dirtying my hand with regular expression for first time Pin
tasumisra14-Feb-14 0:25
tasumisra14-Feb-14 0:25 
Perhaps i could have provided this before..

Quote:
"FIRSTNAME Tasu LASTNAME Mishra DOB 02011982 PIN 12345 ADDLINE1....."
"FIRSTNAME Tasu LASTNAME Mishra DOB 02011982 PIN # 12345 CITY....."
"FIRSTNAME Tasu LASTNAME Mishra DOB 02011982 PIN: 123 5 COUNTRY....."
"FIRSTNAME Tasu LASTNAME Mishra DOB 02011982 PIN NUMBER ADDLINE1....."

So in Above the value of PIN value needs to be masked with (*)...if it has some value..

Pin can be alphanumeric and can have space also.

above streams are from different screen so they do not have consistency in name of PIN as it can be PIN: or PIN # or PIN NUMBER or simply PIN...

The ADDLINE1 is also not fixed and it can change to CITY,Country etc

Now i have to extract the value of PIN|PIN:|PIN #|PIN NUMBER and need to replace it by ***** in all the scenario if it contains a value.

Let me know if you still have some doubts..
vikas da

GeneralRe: Dirtying my hand with regular expression for first time Pin
OriginalGriff14-Feb-14 0:41
mveOriginalGriff14-Feb-14 0:41 

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.