aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-18 03:16:40 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-18 03:16:40 +0000
commitce933ac01936f81d00e234d9cd5b15d6df4d182d (patch)
treeb692717b89db56271c4c1b29ec6bd79e082716ef /examples
parent483bba4eecd0fdabb387e21666162d49c2bca6b6 (diff)
created rudimentary regex help patch since there was none
svn path=/trunk/externals/zexy/; revision=6934
Diffstat (limited to 'examples')
-rw-r--r--examples/regex-help.pd34
1 files changed, 34 insertions, 0 deletions
diff --git a/examples/regex-help.pd b/examples/regex-help.pd
new file mode 100644
index 0000000..962e1b7
--- /dev/null
+++ b/examples/regex-help.pd
@@ -0,0 +1,34 @@
+#N canvas 693 231 454 304 10;
+#X msg 91 86 symbol a;
+#X obj 157 245 print DETAILS;
+#X obj 263 243 print NUMBER_OF_DETAILS;
+#X msg 36 89 123;
+#X obj 163 182 regex [0-9]*;
+#X msg 17 113 5;
+#X msg 246 121 regex [a-z];
+#X msg 110 105 symbol A;
+#X msg 245 147 symbol [A-Z];
+#X text 13 48 test cases;
+#X text 238 97 regex patterns;
+#X msg 193 51 case \$1;
+#X obj 194 26 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
+;
+#X text 253 50 case sensitivity;
+#X msg 73 66 symbol abcABC;
+#X obj 47 245 print RESULT;
+#X floatatom 140 207 5 0 0 0 - - -;
+#X floatatom 261 206 5 0 0 0 - - -;
+#X connect 0 0 4 0;
+#X connect 3 0 4 0;
+#X connect 4 0 15 0;
+#X connect 4 0 16 0;
+#X connect 4 1 1 0;
+#X connect 4 2 2 0;
+#X connect 4 2 17 0;
+#X connect 5 0 4 0;
+#X connect 6 0 4 0;
+#X connect 7 0 4 0;
+#X connect 8 0 4 1;
+#X connect 11 0 4 0;
+#X connect 12 0 11 0;
+#X connect 14 0 4 0;