in reply to string manipulation
Use split in the form split PATTERN, EXPR, LIMIT
You can tell split the maximum number of fields to split into. If annn, bnnnn etc. are never going to have periods in them it's trivial.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: string manipulation
by johngg (Canon) on Jan 12, 2009 at 23:14 UTC | |
by meraxes (Friar) on Jan 12, 2009 at 23:44 UTC | |
by johngg (Canon) on Jan 13, 2009 at 10:37 UTC |