MPSIDL Logo

SearchPage


Search the Wiki here:


Searching is done by regular expression:

  • letters and numbers match themselves (and it's case sensitive)
  • most punctuation is special. To match a punctuation-character, precede it with a backslash (so to match 'version 3.2', you'd use the pattern 'version 3\.2'.)

You can find documentation of the format of Python regular expressions at http://www.python.org/doc/current/lib/re-syntax.html. (The python form of regular expressions is what is used in PyleWiki - PyleWiki is implemented in python.)


(last modified 26 February 2001 by surazal)

SourceForge.net Logo