From 6a0c3291fdb3c3c584c2e49b1b297777da19403e Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:57:37 +0000 Subject: Utilisateur : Fcolin Date : 30/10/03 Heure : 18:45 Archivé dans $/EScribe/Ivy Commentaire: (vss 8) --- CSharp/Ivy/IvyPPC/IvyClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CSharp/Ivy/IvyPPC/IvyClient.cs') diff --git a/CSharp/Ivy/IvyPPC/IvyClient.cs b/CSharp/Ivy/IvyPPC/IvyClient.cs index 9ccac6e..006b69c 100644 --- a/CSharp/Ivy/IvyPPC/IvyClient.cs +++ b/CSharp/Ivy/IvyPPC/IvyClient.cs @@ -475,7 +475,7 @@ namespace IvyBus { try { - regexp_in.Add( msgId, new Regex(regexp)); + regexp_in.Add( msgId, new Regex(regexp,RegexOptions.Compiled|RegexOptions.IgnoreCase)); regexp_text.Add( msgId, regexp); } catch (ArgumentException e) -- cgit v1.1