LinuxSA http://www.linuxsa.org.au/ meeting a couple of days ago was
on regex, some notes are at;
http://www.fornax.net/regex2/
or part 1 at;
http://www.fornax.net/regex/
HTH
Andrew Braund
> -----Original Message-----
> From: Jeroen Geusebroek [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 19 April 2001 06:25
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] Regular Expression
>
>
>
> >oops. The expression should read '/\[([^\]]+)\]/'
>
> Thanks all, i used this code and it works:
>
> preg_match("/\[(.+)\]/",$msg_array[$i],$segments);
> $title = trim($segments[1]);
> $description = ereg_replace("\[ $title \]", "",
> $msg_array[$i]);
>
> Does anyone know a good regex tutorial? I'll probably bump
> into it again.
> Regex'es seem to be very usefull.
>
> Regards,
>
> Jeroen Geusebroek
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]