Home
Ruby
ActiveRecord
Array
CGI
Class
Collections
Database
Date
Design Patterns
Development
File Directory
GUI
Hash
Language Basics
Method
Network
Number
Rails
Range
Reflection
Statement
String
Threads
Time
Tk
Unit Test
Windows Platform
XML
Counting Sentences and Paragraphs : Word counter « File Directory « Ruby
Ruby
File Directory
Word counter
Counting Sentences and Paragraphs
puts
"Test code! It works. Does it? Yes."
.split(/\.|\?|!/).length
Related examples in the same category
1.
File word counter
2.
paragraph count
3.
sentence count