Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Msearch Function
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Msearch («msearch»)
          Searches backward for the previously searched string or
          pattern.
 
     Arg Msearch («arg» «msearch»)
          Searches backward for the string specified by the text from
          the cursor to the first blank character.
 
     Arg <textarg> Msearch («arg» <textarg> «msearch»)
          Searches backward for the specified text.
 
     Arg Arg Msearch («arg» «arg» «msearch»)
          Searches backward for the regular expression specified by the
          text from the cursor to the first blank character.
          See: Regular Expression
 
     Arg Arg <textarg> Msearch («arg» «arg» <textarg> «msearch»)
          Searches backward for the regular expression defined by
          <textarg>.
 
     Meta ... Msearch («meta» ... «msearch»)
          As above except reverses the sense of the Case switch for the
          search.
          See: Case
 
     Returns
 
     True:  String found.
     False: Invalid argument, or string not found.
 
     See
 
     Mgrep, Psearch
                                    -♦-