in reply to Re^5: Regex to array
in thread Regex to array
Oh alright then, it's mostly a style issue right? I agree that when you can use a slice on an array it is better (at least because it's more common so less confusing). I personally don't like slices on lists (ie: aritrary expressions in parentheses); most of the time I just use a temp array that I can slice from but otherwise I'd rather go with the undef version.
|
|---|