home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / m4-1.0.3 / examples / patsubst.m4 < prev    next >
Encoding:
Text File  |  1990-11-08  |  303 b   |  9 lines

  1. # traceon(`patsubst')
  2. patsubst(`GNUs not Unix', `^', `OBS: ')
  3. patsubst(`GNUs not Unix', `\<', `OBS: ')
  4. patsubst(`GNUs not Unix', `\<\w', `\0=')
  5. patsubst(`GNUs not Unix', `\w*', `(\0)')
  6. patsubst(`GNUs not Unix', `\w+', `(\0)')
  7. patsubst(`GNUs not Unix', `\w+')
  8. patsubst(`GNUs     not       Unix', `[     ]+', ` ')
  9.