Click here to Skip to main content
15,905,913 members
Home / Discussions / C#
   

C#

 
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
Nnamdi Onyeyiri26-Aug-02 11:07
Nnamdi Onyeyiri26-Aug-02 11:07 
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
Nnamdi Onyeyiri26-Aug-02 11:09
Nnamdi Onyeyiri26-Aug-02 11:09 
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
Christopher Lord26-Aug-02 18:04
Christopher Lord26-Aug-02 18:04 
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
MStanbrook27-Aug-02 5:37
MStanbrook27-Aug-02 5:37 
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
Nnamdi Onyeyiri27-Aug-02 6:23
Nnamdi Onyeyiri27-Aug-02 6:23 
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
leppie27-Aug-02 6:29
leppie27-Aug-02 6:29 
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
Nnamdi Onyeyiri27-Aug-02 6:31
Nnamdi Onyeyiri27-Aug-02 6:31 
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
leppie27-Aug-02 6:21
leppie27-Aug-02 6:21 
Hi

First for Regex, Eric Gunnerson has a nice tool (although i have no clue how Regex works Smile | :) ). Look on the GotDotNet.com website under user samples.

Secondly, lets solve this problem Smile | :)

string badchars = @"`!@$%^*()+=\|[]{};:<>/?,~";
foreach (char bad in badchars) input = input.Replace(bad.ToString(), null );



Thats it, Hope it helps Smile | :)

MYrc : A .NET IRC client with C# Plugin Capabilities. See
http://sourceforge.net/projects/myrc
for more info. Big Grin | :-D
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
Nnamdi Onyeyiri27-Aug-02 6:25
Nnamdi Onyeyiri27-Aug-02 6:25 
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
MStanbrook27-Aug-02 10:12
MStanbrook27-Aug-02 10:12 
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
MStanbrook27-Aug-02 10:19
MStanbrook27-Aug-02 10:19 
GeneralRe: Regular Expression Escape Sequence Nightmare! Pin
leppie28-Aug-02 9:14
leppie28-Aug-02 9:14 
GeneralAbout DateTimePicker Control Pin
Anonymous26-Aug-02 8:21
Anonymous26-Aug-02 8:21 
GeneralScreen settings Pin
RalfPeter26-Aug-02 8:05
RalfPeter26-Aug-02 8:05 
GeneralRe: Screen settings Pin
Nick Parker26-Aug-02 8:14
protectorNick Parker26-Aug-02 8:14 
GeneralHelp! Need advice on best .NET resources! Pin
AustinJerry26-Aug-02 7:56
AustinJerry26-Aug-02 7:56 
GeneralRe: Help! Need advice on best .NET resources! Pin
Zombies with Coffee, LLC26-Aug-02 8:23
professionalZombies with Coffee, LLC26-Aug-02 8:23 
GeneralRe: Help! Need advice on best .NET resources! Pin
Rüpel26-Aug-02 21:49
Rüpel26-Aug-02 21:49 
GeneralFire events async... Pin
Ryan Cromwell26-Aug-02 7:39
Ryan Cromwell26-Aug-02 7:39 
GeneralDisable Sizing Pin
Nnamdi Onyeyiri26-Aug-02 6:47
Nnamdi Onyeyiri26-Aug-02 6:47 
GeneralAccepting Tab Pin
Nnamdi Onyeyiri26-Aug-02 6:42
Nnamdi Onyeyiri26-Aug-02 6:42 
GeneralRe: Accepting Tab Pin
Nick Parker26-Aug-02 8:05
protectorNick Parker26-Aug-02 8:05 
GeneralRe: Accepting Tab Pin
Nnamdi Onyeyiri26-Aug-02 8:51
Nnamdi Onyeyiri26-Aug-02 8:51 
GeneralRe: Accepting Tab Pin
Ray Cassick26-Aug-02 10:01
Ray Cassick26-Aug-02 10:01 
GeneralRe: Accepting Tab Pin
Nnamdi Onyeyiri26-Aug-02 11:04
Nnamdi Onyeyiri26-Aug-02 11:04 

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.