Afficher un message
Vieux 25/03/2008, 22h29   #2
OldSchool
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: anyone wanna with a couple regular expressions or...

On Mar 25, 4:11pm, "Dirk.R.Gen...@gmail.com"
<Dirk.R.Gen...@gmail.com> wrote:
> should I look at a manual.
>
> I got a couple basic regular expressions I need for a small script and
> I don't wanna wait till I learn a bunch of regular expressions. I've
> begun reading
>
> http://www.regular-expressions.info/
>
> which seems like a pretty good guide. But haven't learned enough yet
> apparently and like to get this script done.
>
> I need three regular expression searches:
>
> (n)
> (v)
> (adv)
>
> Now I understand special characters need to be preceded with a / but
>
> /(n/) isn't working
>
> why?
>
> please if ya can.


\(n\) ....
  Réponse avec citation
 
Page generated in 0,04312 seconds with 9 queries