1 | sbool nlLogic_matchMultiplePatterns(NLLogicChecker_v2 c, LS patterns, S s, NLLogicChecker_v2.Matching m) { |
2 | ret nlLogic_matchMultiplePatterns(c, patterns, s, m.matches); |
3 | } |
4 | |
5 | sbool nlLogic_matchMultiplePatterns(NLLogicChecker_v2 c, LS patterns, S s, SS matches) { |
6 | for (S pat : unnull(patterns)) |
7 | if (c.matcher.match(pat, s, matches)) true; |
8 | false; |
9 | } |
Began life as a copy of #1017950
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1017952 |
Snippet name: | nlLogic_matchMultiplePatterns |
Eternal ID of this version: | #1017952/5 |
Text MD5: | 0ee1d0d15fa919316909ac5cd7a3ed8f |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-08-23 00:00:53 |
Source code size: | 362 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 417 / 456 |
Version history: | 4 change(s) |
Referenced in: | [show references] |