Subject: Re: Is it possible to do multiple regex in one operation?
From: botp <botpena gmail.com>
Date: Wed, 28 Oct 2009 14:38:26 +0900
References: 349045
In-reply-to: 349045
On Wed, Oct 28, 2009 at 1:24 PM, Ahmad Azizan <ahmad.azizan / gmail.com> wrote:
> /[;{}]/,/while/,/function/ or
> /[;{}]/ || /while/ || /function/
>
try
/;|\{|\}|while|function/
kind regards -botp