From 8b670cd2255040ba3f92a45a2f5abb200771079d Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Mon, 7 Jun 2010 17:39:43 +0200 Subject: presentation... --- regexvis.html | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'regexvis.html') diff --git a/regexvis.html b/regexvis.html index 2b222d2..c2c765c 100644 --- a/regexvis.html +++ b/regexvis.html @@ -29,23 +29,16 @@
-

+

Description -  Lorem ipsum dolor sit amet, - consectetur adipisicing elit, sed do eiusmod tempor incididunt ut - labore et dolore magna aliqua. Ut enim ad minim veniam, quis - nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo - consequat. Duis aute irure dolor in reprehenderit in voluptate - velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint - occaecat cupidatat non proident, sunt in culpa qui officia - deserunt mollit anim id est laborum. +  Enter a regular expression ('*', '|' and '()' supported). The usable alphabet is shown above the input box. Tick 'Make a Graph' to enable or disable graph generation. The generated graph is deterministic finite state automata. Once the (correct) expression is parsed, it is possible to simulate the automata by entering a accepted or non-accepted word in the lower input box.

- + -
Alphabet: + -- cgit v1.2.3