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

10
LINES

< > BotCompany Repo | #1024120 // ellipsisToDotPlusRegexpIC_matchAny

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

Libraryless. Click here for Pure Java version (2301L/14K).

sbool ellipsisToDotPlusRegexpIC_matchAny(Collection<S> patterns, S s, Matches m) {
  fOr (S pattern : patterns) {
    LS groups = regexpICFullMatch_groups(
      ifdef ellipsisToDotPlusRegexpIC_matchAny_debug print endifdef
      (ellipsisToGroupedDotPlusRegexp(pattern)), s);
    if (groups != null)
      ret true with listToMatches(groups, m);
  }
  false;
}

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: #1024120
Snippet name: ellipsisToDotPlusRegexpIC_matchAny
Eternal ID of this version: #1024120/7
Text MD5: f4075f7abff922aab252b1da5bd977fc
Transpilation MD5: 079fc7422ddcde74d3ceeef296310107
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-21 15:51:01
Source code size: 370 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 150 / 232
Version history: 6 change(s)
Referenced in: [show references]