Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1026121 // flexMatchIC_withBrackets_iterator

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3557L/22K).

static ItIt<Matches> flexMatchIC_withBrackets_iterator(S pat, S input) {
  L<S> tokPat = javaTokNPunctuation_plusAsterisk(pat), tokInput = javaTokNPunctuationWithBrackets_plusAsterisk_cached(input);
  ret flexMatchIC_iterator(pat, tokPat, tokInput);
}

Author comment

Began life as a copy of #1026110

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1026121
Snippet name: flexMatchIC_withBrackets_iterator
Eternal ID of this version: #1026121/3
Text MD5: 72bd153e993add9d3796e41484e48fa8
Transpilation MD5: ccd3bcffdeda34729dfe005d68527341
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-11-25 20:16:13
Source code size: 254 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 139 / 221
Version history: 2 change(s)
Referenced in: [show references]