<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/regexp/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/regexp/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 25 Jun 2013 14:26:45 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/regexp/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Matthias Sprünglin</title><link>https://sourceforge.net/p/regexp/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,10 @@
-Welcome to your wiki!
+A java regular expression processor using finate state automatons. By the use of fsa's, it is possible to evaluate the expression character by character, and it is possible to branch the execution to support evaluating against other character sources than a simple string, for example against a trie.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+An other advantage of fsa's is that the memory usage only depends on the complexity of the expression, not on the character input it is evaluated against.

-The wiki uses [Markdown](/p/regexp/wiki/markdown_syntax/) syntax.
+The syntax of the regexps is not as complete as the standard java regexps, but it can easily be expanded.

+
+[[project_screenshots]]
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthias Sprünglin</dc:creator><pubDate>Tue, 25 Jun 2013 14:26:45 -0000</pubDate><guid>https://sourceforge.net9ce62d8274b4b6a6277bcd6f181af02dae27f6c8</guid></item><item><title>Home modified by Matthias Sprünglin</title><link>https://sourceforge.net/p/regexp/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/regexp/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;&lt;ul class="md-users-list"&gt;&lt;li&gt;&lt;a href="/u/mattssp/"&gt;Matthias Sprünglin&lt;/a&gt; (admin)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-5176c3af34309d5b4ca2abbc" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthias Sprünglin</dc:creator><pubDate>Tue, 23 Apr 2013 17:24:00 -0000</pubDate><guid>https://sourceforge.net48ceafb49548a51a77e6b3e56be34acfd3f20693</guid></item></channel></rss>