aboutsummaryrefslogtreecommitdiff
path: root/reference/regex-help-help.pd
blob: 5cf9d1d03704d3e7e936c2954c6f9b70ab66133e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#N canvas 0 31 427 323 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 - - -;
#N canvas 717 266 494 344 META 0;
#X text 12 195 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 175 AUTHOR IOhannes m zmoelnig;
#X text 12 45 DESCRIPTION check whether a symbol matches a regular
expression;
#X text 12 5 KEYWORDS control;
#X text 12 75 INLET_0 case list regex;
#X text 12 95 INLET_1 symbol;
#X text 12 115 OUTLET_0 float;
#X text 12 135 OUTLET_1 list;
#X text 12 155 OUTLET_2 float;
#X restore 371 292 pd META;
#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;