Is "from Strings" only allowed in External Method?
5 Oct
2001
5 Oct
'01
7 p.m.
If one were to use a python script, Zope does not allow "from Strings import search" If I want to be able to search for a particular pattern in a string, is my only option an External Method? Best wishes, Ron
5 Oct
5 Oct
7:38 p.m.
New subject: [Zope] Is "from Strings" only allowed in External Method?
[<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
8949
Age (days ago)
8949
Last active (days ago)
1 comments
2 participants
participants (2)
-
complaw@hal-pc.org -
Thomas B. Passin