[Mono-list] Regex question

Chris Turchin chris@turchin.net
Wed, 18 Feb 2004 02:56:43 -0800 (PST)


then try it with \W* instead, that way you limit on nonword characters, but=
 onyl
if they are there...


Regex regex =3D new Regex(@"
=09=09=09=09\W*(@\w+)\W*

=09=09=09=09",
=09=09=09=09 (RegexOptions) 0);

--chris

On Wed, 18 Feb 2004, Carlos Guzm=E1n =C1lvarez wrote:

> Hello:
>
> > How about something like:
> >
> > \W+(@\w+)\W+
>
> Thanks but seems that it's not valid.
>
>
>
>
> --
> Best regards
>
> Carlos Guzm=E1n =C1lvarez
> Vigo-Spain
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>