Next: , Previous: GNAT.Strings (g-string.ads), Up: The GNAT Library


9.70 GNAT.String_Split (g-strspl.ads)

Useful string-manipulation routines: given a set of separators, split a string wherever the separators appear, and provide direct access to the resulting slices. This package is instantiated from GNAT.Array_Split.