| Projects on Google Code | Results 1 - 10 of 29 |
===Introduction===
YAREE stands for "Yet Another Regular Expression Engine", and it's basically a RE matcher library. The user inputs a regular expression using only simple constructs (choice, kleene star, concatenation and grouping, for now) and some queries for it's engine, and the sample progr...
Deveel RegExp is a small aid to the .NET/Mono developers for fast parsing and compilation of strings according to given standard Regular Expressions.
This addition to the System.Text.RegularExpressions is made to provide a standard and fast system to analyze strings, in an open source project.
Although regular expressions are an efficient way of describing a language, sometimes they can get a bit complex and start to loose readability.
Python provides a way to document regular expression patterns within themselves. This can be achieved in Java setting the COMMENTS flag on matching proc...
=Xeger=
Think of it as the opposite of regular expression matchers. This library allows you to generate text that is guaranteed to match a regular expression passed in.
Let's take the regular expression:
{{{[ab]{4,6}c}}}
Using Xeger, you can now generate Strings matching this pattern like th...
Interceptor é uma coletânea de funções e classes JavaScript que criei para me auxiliar no desenvolvimento com PHP e Smarty. Contém alguns atalhos para métodos comuns como document.getElementById o que torna seu código mais legível e leve. Esta é a minha primeira vez no Google Code, então me desculpe...
The Forth Foundation Library (FFL) is a general purpose forth library. Its main purpose is to make it easier to develop applications.
Refer to the forth [http://www.fig-uk.org FIG], [http://wiki.forthfreak.net Wiki] or [http://www.faqs.org/faqs/computer-lang/forth-faq FAQ] for more information ab...
Commons Regex is a pretty simple library that makes it easier to work with regular expressions in Java.
It still uses the Pattern and Matcher classes from core Java, but provides handy utility methods for common operations.
The library currently has very few utility methods, but I'd happily ta...
RegexPal is a JavaScript regular expression tester implemented in JavaScript and available at [http://regexpal.com RegexPal.com]. It includes real-time regex syntax and match highlighting. The regex syntax highlighting is more complex than you might expect, as it strives to be aware of all aspects o...
The Objective-c Foundation Classes (OFC) is a general purpose library written in the Objective-C language. Its main purpose is to make it easier to develop applications.
Refer to the Objective-C [http://en.wikipedia.org/wiki/Objective-c Wiki] or
[http://www.faqs.org/faqs/computer-lang/Objective-...
=What is repearser?=
The 'repearser' (Repeatable Data Parser) uses regular expressions' power for data extraction from semi-uniform textual arrays like HTML tables.
It has very specialized [DefinitionSyntax language] for define what is 'the data' and can perform contextual and dictionary-based...