Package prompt :: Module doc_string :: Class Regexp
[hide private]
[frames] | no frames]

Class Regexp

source code

Class containing regular expression docstrings.

Class Variables [hide private]
  doc = ['Regular expression', '\n The python function \'...
Class Variable Details [hide private]

doc

Value:
['Regular expression',
 '''
        The python function \'match\', which uses regular expression, \
is used to determine which data type to set values to, therefore vario\
us data_type strings can be used to select the same data type.  Patter\
ns used for matching for specific data types are listed below.

        This is a short description of python regular expression, for \
...