Libraryless. Click here for Pure Java version (4078L/24K).
1 | static Matches flexMatchIC_first(S pat, S input) {
|
2 | ret first(flexMatchIC_iterator(pat, input)); |
3 | } |
4 | |
5 | static Matches flexMatchIC_first(Tok pat, Tok input) {
|
6 | ret first(flexMatchIC_iterator(pat, input)); |
7 | } |
8 | |
9 | static Matches flexMatchIC_first(S pat, LS tokPat, LS tokInput) {
|
10 | ret first(flexMatchIC_iterator(pat, tokPat, tokInput)); |
11 | } |
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: | 388 / 487 |
| Referenced in: | [show references] |