Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Mreplaceall Function
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Mreplaceall («mreplaceall»)
          Performs a find-and-replace operation across multiple files,
          prompting for the find-and-replacement strings. Mreplaceall
          searches all the files listed in the special macro Mgreplist.
          See: Mgreplist
 
     Arg Arg Mreplaceall («arg» «arg» «mreplaceall»)
          Performs the same action as Mreplaceall but uses regular
          expressions.
          See: Regular Expression
 
     Meta ... Mreplaceall («Meta» ... «Mreplaceall»)
          As above except reverses the sense of the Case switch for the
          operation.
          See: Case
 
     Returns
 
     True:  At least one replacement made.
     False: No replacements made or operation aborted.
 
     See
 
     Mgrep, Mreplace, Qreplace, Replace
                                    -♦-