regular expression problem
- From: "condor" <proden@xxxxxxxxx>
- Date: 24 May 2006 06:46:36 -0700
I want to select a text between square brackets. As it may contain
accents and punctuation I try to use the negation:
"\[([^\]])\]"
However, this does not work and the problem is with the closing square
bracket ("]").
My questions are:
- Is "\]" some reserved sequence with a special meaning.
- if so, how can I work around that and still get functionality I want
.
- Follow-Ups:
- Re: regular expression problem
- From: Laffin
- Re: regular expression problem
- From: Karel de Vos
- Re: regular expression problem
- From: David Haynes
- Re: regular expression problem
- Prev by Date: (W2003 /IIS6 PHP5.1.2) error in eventlog
- Next by Date: Re: regular expression problem
- Previous by thread: (W2003 /IIS6 PHP5.1.2) error in eventlog
- Next by thread: Re: regular expression problem
- Index(es):
Relevant Pages
|