Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
The Real A Team
9 bytes added
,
11:41, 5 April 2016
→
Full Program
val t1WordCount = text1.flatMap(line => line.split(" ")).count()
val t1SentenceCount = text1.flatMap(line => line.split("")).filter(character => character
===
.matches(
"
[
.
!?]
"
)
).count()
Adrian A Sauvageot
1
edit