The find tab (Q1959)
16 Sep
1999
16 Sep
'99
12:27 p.m.
Hi, Is there a way to use regex or wildcars when using the 'Find' tab for looking for ids. Thanks *************************** Oscar Picasso picasso@videotron.ca ***************************
16 Sep
16 Sep
4:33 p.m.
New subject: [Zope] The find tab (Q1959)
picasso@videotron.ca wrote:
Hi,
Is there a way to use regex or wildcars when using the 'Find' tab for looking for ids.
No. But even better, you can use python expressions: id != 'bob' (all ids but bob) id[1] == 'a' (only ids starting with a) etc. -Michel
9700
Age (days ago)
9700
Last active (days ago)
1 comments
2 participants
participants (2)
-
Michel Pelletier -
picasso@videotron.ca