5 Oct
2001
5 Oct
'01
7:38 p.m.
[<complaw@hal-pc.org>]
If one were to use a python script, Zope does not allow
"from Strings import search"
Especially since the Python string module is called "string" and the function is called "find".
If I want to be able to search for a particular pattern in a string, is my only option an External Method?
Tom P