sbool mmo_match2(MMOPattern pattern, S s) { ret mmo_match_parsedPattern(pattern, s); } sbool mmo_match2(S pattern, S s) { ret mmo_match_parsedPattern(pattern, s); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027873 |
| Snippet name: | mmo_match2 - synonym of mmo_match_parsedPattern |
| Eternal ID of this version: | #1027873/1 |
| Text MD5: | bca7aef04b60b71db21e6a5ecaaa271c |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-04-16 13:55:43 |
| Source code size: | 173 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 463 / 511 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |