(text, tcase, match)
| 116590 | ] |
| 116591 | }; |
| 116592 | function tokenize(text, tcase, match) { |
| 116593 | switch(tcase){ |
| 116594 | case "upper": |
| 116595 | text = text.toUpperCase(); |
| 116596 | break; |
| 116597 | case "lower": |
| 116598 | text = text.toLowerCase(); |
| 116599 | break; |
| 116600 | } |
| 116601 | return text.match(match); |
| 116602 | } |
| 116603 | (0, _vegaUtil.inherits)(CountPattern, (0, _vegaDataflow.Transform), { |
| 116604 | transform (_, pulse) { |
| 116605 | const process = (update1)=>(tuple)=>{ |