diff options
author | Alexandre Quessy <alexandrequessy@users.sourceforge.net> | 2006-08-16 19:43:39 +0000 |
---|---|---|
committer | Alexandre Quessy <alexandrequessy@users.sourceforge.net> | 2006-08-16 19:43:39 +0000 |
commit | ab780ccd6bb3dd00b005af5a58aa956a8bd909a5 (patch) | |
tree | 6331f6a0559039b8ba3cd5dc495ab8627778639a /matches-help.pd | |
parent | 430cc5bea505cc02dd777cc0aba1b3ee732286f0 (diff) |
removed matches because its name changed for pcre
svn path=/trunk/externals/aalex/; revision=5626
Diffstat (limited to 'matches-help.pd')
-rw-r--r-- | matches-help.pd | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/matches-help.pd b/matches-help.pd deleted file mode 100644 index 1485071..0000000 --- a/matches-help.pd +++ /dev/null @@ -1,26 +0,0 @@ -#N canvas 0 0 786 271 10; -#X obj 239 110 symbol; -#X obj 205 202 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 -1; -#X obj 205 180 matches b9; -#X obj 118 200 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 -1; -#X obj 118 179 matches #9; -#X msg 199 36 F#9; -#X msg 231 35 D7b9; -#X text 395 60 Matches a symbol against a Perl-compatible regular expression. -See man pcre.; -#X text 399 30 matches; -#X obj 293 205 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 -1; -#X obj 293 183 matches !9; -#X msg 273 34 Am7; -#X connect 0 0 2 0; -#X connect 0 0 4 0; -#X connect 0 0 10 0; -#X connect 2 0 1 0; -#X connect 4 0 3 0; -#X connect 5 0 0 0; -#X connect 6 0 0 0; -#X connect 10 0 9 0; -#X connect 11 0 0 0; |