tokenize((normalize-unicode(upper-case($string))),"\s+")
or,
$string=>upper-case()=>normalize-unicode()=>tokenize("\s+")
Which reads better (inside to outside or sequential)? I think the latter.
"foo" ===>()===()===()===> "FOO"
Hi,
I was playing with the arrow-operator and found that it doesn’t work on anonymous functions, see example.
('A', 'B', 'C') => function( $sequence) { count( $sequence)}
No idea why you should use a construction like this but I, kind of, expected it to work.
Maybe something for a next release( together with the “apply-function”;-).
Regards,
Rob Stapper
![]()
Dit e-mailbericht bevat geen virussen en malware omdat avast! Antivirus actief is.