Libraryless. Click here for Pure Java version (4078L/24K).
static Matches flexMatchIC_first(S pat, S input) { ret first(flexMatchIC_iterator(pat, input)); } static Matches flexMatchIC_first(Tok pat, Tok input) { ret first(flexMatchIC_iterator(pat, input)); } static Matches flexMatchIC_first(S pat, LS tokPat, LS tokInput) { ret first(flexMatchIC_iterator(pat, tokPat, tokInput)); }
Began life as a copy of #1026110
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030735 |
Snippet name: | flexMatchIC_first |
Eternal ID of this version: | #1030735/1 |
Text MD5: | 2c28af0fdc765c62078a9432bc0428be |
Transpilation MD5: | f99996c365f6a7aee837f1ea51e4f3fa |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-03-18 16:20:22 |
Source code size: | 343 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 172 / 232 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |