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 a...
Questionnaires and interview guides for a study of the practices that developers follow when program...
The target of this thesis is to describe the usage of regular expressions in flavors of PCRE library...
A large class of entity extraction tasks from text that is either semistructured or fully unstructur...
Regular expressions are heavily used in the field of computer programming. They are known by their s...
Regular expressions (REs) are a very powerful and popular tool to manipu-late string data in a varie...
We describe a new tool, named REgen, that generates regular expressions (RE) to be used as test case...
Due to the increasing storage data on the Web Applications it becomes very difficult to use only key...
Context Writing and working with regular expressions could be a slow and tedious task,which is mainl...
The usage of data mining technique in collecting data from software repositories involves the extrac...
A usage of regular expressions to search text is well known and understood as a useful technique. Re...
The final publication is available at Springer via http://dx.doi.org/10.1007/978-3-642-12433-4_45Pro...
We propose a system for the automatic generation of regular expressions for text-extraction tasks. T...
Writing a regular e xpression that exactly captures a set of desired strings is difficult, since reg...
Most major programming languages support regular expressions, but the features, performance, and mat...
This paper desribes the design, analysis and implementation of the program, whichis used to search f...
Questionnaires and interview guides for a study of the practices that developers follow when program...
The target of this thesis is to describe the usage of regular expressions in flavors of PCRE library...
A large class of entity extraction tasks from text that is either semistructured or fully unstructur...
Regular expressions are heavily used in the field of computer programming. They are known by their s...
Regular expressions (REs) are a very powerful and popular tool to manipu-late string data in a varie...
We describe a new tool, named REgen, that generates regular expressions (RE) to be used as test case...
Due to the increasing storage data on the Web Applications it becomes very difficult to use only key...
Context Writing and working with regular expressions could be a slow and tedious task,which is mainl...
The usage of data mining technique in collecting data from software repositories involves the extrac...
A usage of regular expressions to search text is well known and understood as a useful technique. Re...
The final publication is available at Springer via http://dx.doi.org/10.1007/978-3-642-12433-4_45Pro...
We propose a system for the automatic generation of regular expressions for text-extraction tasks. T...
Writing a regular e xpression that exactly captures a set of desired strings is difficult, since reg...
Most major programming languages support regular expressions, but the features, performance, and mat...
This paper desribes the design, analysis and implementation of the program, whichis used to search f...
Questionnaires and interview guides for a study of the practices that developers follow when program...
The target of this thesis is to describe the usage of regular expressions in flavors of PCRE library...
A large class of entity extraction tasks from text that is either semistructured or fully unstructur...