[Python-Dev] Re: [Fwd: Discussion: Introducing new operators formatrix computation]

Fredrik Lundh fredrik@pythonware.com
Fri, 14 Jul 2000 10:21:46 +0200


Huaiyu Zhu wrote:
> Look it this way.  Text processing do have their special syntaxes.  

what special syntax?

regular expressions are a *sublanguage* in Python. everything else
is done through methods and ordinary sequence operators.

</F>