In the vast field of computer science, carries lots of work with that having lots of problem with it. one of the traditional problem is string matching that looks very simple but internally major issue in the speedy world. The string matching problem operates usually on the text (0….n-1) and the pattern (0..m-1) with particular matching scenario. The string matching starts from the very left or right of the text and checks for occurrence of pattern. If pattern not found, pattern will move one shift towards the right. In this scenario, it works recursively till reach towards the right or left end of text. For handling problem of string matching there are number of approaches, one of them called Rabin karp but working of rabin karp have the dark-face. In the other word’s indication towards, dealing with integers or alphabets taking more execution time. So in this paper, the designed approach deals with a String which is purely alphabetic and hybrid using Advance-Rabin karp taking less execution time than Rabin-Karp