fork download
  1. { print length(gensub("[^;]","","g",$0)) }
Success #stdin #stdout 0.02s 4276KB
stdin
a;k
a;;;k
ab;ka;ka;ca;
;
stdout
1
3
4
1