Haskell, 34(削除) 34 (削除ここまで) 33 bytes
(==[4f l=[sum[1|' '<-c]|c<-l]==[4,6,4]).map(\c->sum[1|' '<-c])
Takes a list of stringsTry it online!.Try it online!
Edit: thanks to @xnor for a byte!
Haskell, (削除) 34 (削除ここまで) 33 bytes
f l=[sum[1|' '<-c]|c<-l]==[4,6,4]
Edit: thanks to @xnor for a byte!
Haskell, 2934 bytes
(==[5==[4,76,5]4]).map(length.words\c->sum[1|' '<-c])
Takes a list of Stringsstrings. Try it online! Try it online!