@article{1918, author = {Julio C. Rivera , Paul M. Di Gangi , James L. Worrell , Samuel C. Thompson , Allen C. Johnston}, title = {Pattern Matching based on Boyer Moore Algorithm, A New Method}, journal = {Progress in Machines and Systems}, year = {2015}, volume = {4}, number = {2}, doi = {}, url = {http://www.dline.info/pms/fulltext/v4n2/v4n2_2.pdf}, abstract = {Pattern matching actually is consisting of searching a pattern inside of a text. It is a fundamental challenge in the field of computer science. It is important to any string matching algorithm to be able to locate quickly some or all occurrences of a user-specified pattern in a text. Although There had been presented many algorithms in this field. Boyer More Algorithm (BM), among them, is one of the most efficient algorithms that has used in many applications. In this study, we had proposed a new pattern matching technique rely on utilizing Boyer More Algorithm, based on its second order. The proposed method uses matched partition in the previous step in order to avoid unnecessary comparisons. Afterwards, the proposed algorithm has been implemented and also has been compared with existing algorithms. The comparison results show that our proposed method has less time complexity than other existing techniques, especially than Boyer Moore algorithm.}, }