Le 18/07/2022 à 13:45, Baptiste Carvello a écrit :
> Le 15/07/2022 à 17:52, Petr Viktorin a écrit :
>>
>> For everything on Discourse, the RSS feed is at
>> https://discuss.python.org/latest.rss
>> For a specific categoriy/topic, append .rss to the Web URL.
>
> [...]
> Is there a way to access all
17.08.22 19:34, MRAB пише:
It's not just Java. Perl supports all 4 of \h, \H, \v and \V. That might
be why Java 8 changed.
But Perl does not have conflict between strings and regular expressions,
because regular expression is a separate syntax construct.
_
On Wed, 17 Aug 2022 19:23:02 +0100
MRAB wrote:
> >>
> >> I do not like introducing escapes which are not supported in other RE
> >> implementations. There is a chance of future conflicts.
> >>
> >> Java broke compatibility in Java 8 by redefining \v from a single
> >> vertical tab character to t