GNAT String_Split g-strspl ads (GNAT Reference Manual) (original) (raw)
Next: GNAT.Table (g-table.ads), Previous: GNAT.Strings (g-string.ads), Up: The GNAT Library [Contents][Index]
12.115 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 fromGNAT.Array_Split
.