Hackerrank – HackerRank Tweets

Problem Statement
A description of the problem can be found on Hackerrank.

Solution
Check if every line in lowercase matches this regex pattern:
.*hackerrank.*

I created solution in:

All solutions are also available on my GitHub.

Java

JavaScript

Scala

Ruby