
A regexcriteria API to complete the power of regular expressions engine
Author(s) -
Boulchahoub Hassan,
Rachiq Amina,
Labriji Amine,
Labriji Elhoussin,
Mohamed Azouazi
Publication year - 2019
Publication title -
international journal of electrical and computer engineering
Language(s) - English
Resource type - Journals
SCImago Journal Rank - 0.277
H-Index - 22
ISSN - 2088-8708
DOI - 10.11591/ijece.v9i4.pp3185-3193
Subject(s) - regular expression , computer science , expression (computer science) , phone , field (mathematics) , order (exchange) , power (physics) , theoretical computer science , programming language , mathematics , philosophy , linguistics , physics , finance , quantum mechanics , pure mathematics , economics
Regular expressions are heavily used in the field of computer programming. They are known by their strength to search or replace parts of strings according to a given structure (mails, phone, numbers, etc.). Currently regular expressions are only used to search for some patterns or to make some substitutions in strings. However, the need may be wider than that when it comes to order the results of a regular expression or to group them according to some criteria. Developers are always called to analyze the results of a regular expression by doing some restrictions such as (equal, not equal, between) or some projections like (maximum, average, grouping by ..) or sorts. Unfortunately, to do these treatments, the developer must implement his own algorithms which cost him a remarkable effort and a waste of time. We propose in this paper an API called RegexCriteria inspired from Hibernate Criteria to support developer while analysing the results of a regular expression.