Re: [PHP] Regular Expressions (PCRE library)

2002-08-03 Thread Jason Wong
On Sunday 04 August 2002 01:44, Jürgen wrote: Anybody please tell me why the following is not working $test = Hello, end why is not workin, END.; //before echo $test . br; //Finds beginning of a line, followed by e or E, and replaces it with A. At least it should do it, but it doesn't

Re: [PHP] Regular Expressions (PCRE library)

2002-08-03 Thread Jürgen
Well, i know it should work, but it does not work. Even if i Change the first letter into e or E it does not work. This is so frustrating, this is prolly the most easiest regular expression i could start with and yet i fail and nobody seems to know why it aint working neither This should

Re: [PHP] Regular Expressions (PCRE library)

2002-08-03 Thread Jason Wong
On Sunday 04 August 2002 03:47, Jürgen wrote: Well, i know it should work, but it does not work. Even if i Change the first letter into e or E it does not work. This is so frustrating, this is prolly the most easiest regular expression i could start with and yet i fail and nobody seems to

Re: [PHP] Regular Expressions (PCRE library)

2002-08-03 Thread Jürgen
No im not saying that, im merely saying that in my given example even if i turn the Hello into Ello it does not replace it, besides : ^ = assert start of subject (or line, in multiline mode) * I