Expression parser is a library of components, that evaluates Pascal like scripts at run time. It is not an interpretator, but is a quasi compiler, so it works fast. It has the following features:user defined functions and aliases;supports:...
DIPcre is an advanced regular expression engine for Boland Delphi 4/5/6/7. Regular expressions are a very powerfull extension of wildcard (?*) matching and allow to find almost any pattern within any text string or memory buffer.
The...
Regular Expression Information is a simple tutorial through which users can gather information about regular expression and its method of utilizing it for various process. Through this regular expression user can perform various operation of...
Regular Expression Sample is a web based tutorial in which author demonstrates the regular expression validator, which checks the form if there exist any invalid expressions. In this tutorial programmers can understand about the method of...
Regular Expression Edit based on Regular Expressions for Delphi, has a powerful regular expression editor to easy test regular expression.
The Regular Expression Component Library is a set of VCL components and a non-VCL class to do regular expression searching and replacing in files and strings. It uses the property-method-event model and supports localization of searches, regular...
The Regular Expression Component Library is a set of VCL components and a non-VCL class to do regular expression searching and replacing in files and strings. It uses the property-method-event model and supports localization of searches, regular...
The Regular Expression Component Library is a set of VCL components and a non-VCL class to do regular expression searching and replacing in files and strings. It uses the property-method-event model and supports localization of searches, regular...
Mathematical Expression Parser (MEP). Calculates expressions entered at runtime as a string.ExtParser (in package) implements all functions from MATH moduleinternally operates on Delphi type EXTENDEDaccepts real type valuesaccepts operators: + - *...
A script for testing regular expression pattern matching. Enter test data and a regular expression and the matching text is hilighted in red. Case sensitivity is optional. Supports HTML tags. |