Thread Merkwürdiges Verhalten von "split()" (20 answers)
Opened by hlubenow at 2017-07-29 19:59

Linuxer
 2017-07-29 20:48
#187048 #187048
User since
2006-01-27
3891 Artikel
HausmeisterIn

user image
Hi,

da ist nix merkwürdig dran. Das ist wohl dokumentiert; siehe Perldoc:perlfunc split.

perldoc -f split
...
If LIMIT is negative, it is treated as if it were instead arbitrarily large; as many fields as possible are produced.
...
If LIMIT is omitted (or, equivalently, zero), then it is usually treated as if it were instead negative but with the exception that trailing empty fields are stripped (empty leading fields are always preserved); if all fields are empty, then all fields are considered to be trailing (and are thus stripped in this case).
...

(Hervorhebungen von mir; zitiert nach perl v5.24.1)

edit: Zitat um negatives Limit ergänzt.
Last edited: 2017-07-29 20:51:54 +0200 (CEST)
meine Beiträge: I.d.R. alle Angaben ohne Gewähr und auf Linux abgestimmt!
Die Sprache heisst Perl, nicht PERL. - Bitte Crossposts als solche kenntlich machen!

View full thread Merkwürdiges Verhalten von "split()"