Libraryless. Click here for Pure Java version (4728L/31K).
static L<Matches> flexMatchIC_withBrackets_all(S pat, S input, O... _) { new L<Matches> out; flexMatchIC_withBrackets_iterate(pat, input, vfAddToCollection(out), _); ret out; } static L<Matches> flexMatchIC_withBrackets_all(S pat, LS tokPat, LS tokInput, O... _) { new L<Matches> out; flexMatchIC_iterate(pat, tokPat, tokInput, vfAddToCollection(out), _); ret out; }
Began life as a copy of #1021067
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: | #1027199 |
Snippet name: | flexMatchIC_withBrackets_all |
Eternal ID of this version: | #1027199/6 |
Text MD5: | 5269c117bf737e2c94b45548b406435b |
Transpilation MD5: | 52a963a0f1b5a739b5043fb3d539e255 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-03-09 19:48:49 |
Source code size: | 389 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 223 / 317 |
Version history: | 5 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1027334 - flexMatchIC_withBrackets_all_honorPunctuation #1027335 - flexMatchIC_withBrackets_all_autoPunctuation - honor punctuation if there is any in the pattern |