[ZPT] Lower case
Shane Hathaway
shane@zope.com
Tue, 25 Jun 2002 17:04:24 -0400
Jeffrey P Shell wrote:
> On 6/25/02 2:52 PM, "Shane Hathaway" <shane@zope.com> wrote:
>
>
>>Jeffrey P Shell wrote:
>>
>>>If you're using a Zope running Python 2.0 or later (ie, Zope 2.4 or later),
>>>you can use string methods directly:
>>>
>>><span tal:define="b python:request.somevalue.lower()">
>>><p tal:content="b">testing</p>
>>></span>
>>
>>... and if we had pipes and tools, you could write (using the modified
>>syntax at the end of the proposal):
>>
>><p tal:replace="request/somevalue >> tools/lower">testing</p>
>
>
> Which proposal is this? It's nowhere (findable) in the ZPT Project Wiki.
1. The ZPT project wiki is only there for historical purposes, it should
not be used for new proposals. (That's what I'm told.)
2. http://dev.zope.org/Wikis/DevSite/Proposals/PipeExpressionType
Shane