1 | sbool nlLogic_matchVBarPattern(NLLogicChecker_v2 c, S pat, S s, NLLogicChecker_v2.Matching m) { |
2 | ret nlLogic_matchVBarPattern(c, pat, s, m.matches); |
3 | } |
4 | |
5 | sbool nlLogic_matchVBarPattern(NLLogicChecker_v2 c, S pat, S s, SS matches) { |
6 | for (S pat2 : tok_splitAtVerticalBar(pat)) |
7 | if (c.matcher.match(pat2, s, matches)) true; |
8 | false; |
9 | } |
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: | #1017950 |
Snippet name: | nlLogic_matchVBarPattern |
Eternal ID of this version: | #1017950/7 |
Text MD5: | 2796635d4c65762ea2ead6782cf4552f |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-08-22 23:57:30 |
Source code size: | 343 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 341 / 394 |
Version history: | 6 change(s) |
Referenced in: | [show references] |