Guest User

Untitled

a guest
May 16th, 2014
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. file_contents=File.read("./test.srt").force_encoding("UTF-16BE")
  2. file_contents = file_contents.split(/\n\n\d+\n/)
  3. puts file_contents.count
Advertisement
Add Comment
Please, Sign In to add comment