aboutsummaryrefslogtreecommitdiff
path: root/reference/regex-help.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-03-14 09:08:56 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-03-14 09:08:56 +0000
commitc37112a7f380d81e4ce6a1cb8446bea3994dfaf5 (patch)
tree14aa7db3aa77f8690d30ccdf5a0cbe94d49459d1 /reference/regex-help.pd
parent75b7d3f788c462156b4e84170e3ab4e78187ae50 (diff)
updated the zexy help-system: all reference-patches (aka help-patches) are now to be found in the ./reference/ folder and are named <path>-help.pd;
removed a now superfluous class_sethelpsymbol from ./src/*.c; the ./examples/ folder is currently empty but will eventually be filled with zexy real-world examples svn path=/trunk/externals/zexy/; revision=7485
Diffstat (limited to 'reference/regex-help.pd')
-rw-r--r--reference/regex-help.pd37
1 files changed, 37 insertions, 0 deletions
diff --git a/reference/regex-help.pd b/reference/regex-help.pd
new file mode 100644
index 0000000..1784583
--- /dev/null
+++ b/reference/regex-help.pd
@@ -0,0 +1,37 @@
+#N canvas 396 157 628 611 10;
+#X floatatom 71 423 0 0 0 0 - - -;
+#X text 426 24 part of zexy;
+#X obj 90 54 regex;
+#X text 147 54 -- check whether a symbol matches a regular expression
+;
+#X symbolatom 235 406 10 0 0 0 - - -;
+#X msg 93 333 list aba Aa Ac;
+#X symbolatom 137 361 10 0 0 0 - - -;
+#X msg 18 337 case \$1;
+#X obj 24 315 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1
+;
+#X obj 60 459 print result;
+#X obj 153 498 print details;
+#X obj 188 465 print num;
+#X obj 71 398 regex;
+#X obj 214 374 symbol;
+#X msg 252 335 Ab;
+#X msg 261 364 bA;
+#X msg 265 385 bAc;
+#X msg 213 339 aba;
+#X msg 72 274 list a a a;
+#X connect 4 0 12 1;
+#X connect 5 0 12 0;
+#X connect 6 0 12 0;
+#X connect 7 0 12 0;
+#X connect 8 0 7 0;
+#X connect 12 0 0 0;
+#X connect 12 0 9 0;
+#X connect 12 1 10 0;
+#X connect 12 2 11 0;
+#X connect 13 0 12 0;
+#X connect 14 0 13 0;
+#X connect 15 0 13 0;
+#X connect 16 0 13 0;
+#X connect 17 0 13 0;
+#X connect 18 0 12 0;