En Sat, 24 Jan 2009 21:51:31 -0200, MRAB
escribió:
Gabriel Genellina wrote:
> En Sat, 24 Jan 2009 18:23:51 -0200, MRAB
> escribió:
>
>> Some time ago I discovered this difference between regular
expressions
>> in Python and Perl:
>>
>> Python
>>
>> \A matches at start of string
On Jan 25, 7:23 am, MRAB wrote:
> Some time ago I discovered this difference between regular expressions
> in Python and Perl:
>
> Python
>
> \A matches at start of string
> \Z matches at end of string
>
> Perl
>
> \A matches at start of string
> \Z matches before t
Gabriel Genellina wrote:
> En Sat, 24 Jan 2009 18:23:51 -0200, MRAB
> escribió:
>
>> Some time ago I discovered this difference between regular expressions
>> in Python and Perl:
>>
>> Python
>>
>> \A matches at start of string
>> \Z matches at end of string
>>
>> Perl
>>
>> \A matche
En Sat, 24 Jan 2009 18:23:51 -0200, MRAB
escribió:
Some time ago I discovered this difference between regular expressions
in Python and Perl:
Python
\A matches at start of string
\Z matches at end of string
Perl
\A matches at start of string
\Z matches befo
Some time ago I discovered this difference between regular expressions
in Python and Perl:
Python
\A matches at start of string
\Z matches at end of string
Perl
\A matches at start of string
\Z matches before terminal newline or at end of string
\z match