Title: Change regexp:match/2 to re:run/3
Goal: Do interface changing and make compensation
Parameters: [].
Documentation: The code is totally changed. Case block is replaced by try-catch block, the parameters are replaced into a tuple and after that into a list in the pattern matching, error pattern is moved to catch block, and the error message is become a simple string. Character indexes start from 0.

