home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / m4-1.1-src.lha / src / amiga / m4-1.1 / examples / patsubst.m4 < prev    next >
Encoding:
Text File  |  1990-11-09  |  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.