GNAT Regexp g-regexp ads (GNAT Reference Manual) (original) (raw)

Next: GNAT.Registry (g-regist.ads), Previous: GNAT.Random_Numbers (g-rannum.ads), Up: The GNAT Library [Contents][Index]


12.89 GNAT.Regexp (g-regexp.ads)

A simple implementation of regular expressions, using a subset of regular expression syntax copied from familiar Unix style utilities. This is the simplest of the three pattern matching packages provided, and is particularly suitable for ‘file globbing’ applications.