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

22
LINES

< > BotCompany Repo | #1001496 // class Matches

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

Libraryless. Click here for Pure Java version (10034L/55K).

static class Matches {
  String[] m;
  
  *() {}
  *(S... *m) {}
  
  String get(int i) { return i < m.length ? m[i] : null; }
  String unq(int i) { return unquote(get(i)); }
  ifdef Matches_fsi
  String fsi(int i) { return formatSnippetID(unq(i)); }
  String fsi() { return fsi(0); }
  endifdef
  String tlc(int i) { return unq(i).toLowerCase(); }
  boolean bool(int i) { return "true".equals(unq(i)); }
  String rest() { return m[m.length-1]; } // for matchStart
  int psi(int i) { return Integer.parseInt(unq(i)); }
  
  toString { ret "Matches(" + joinWithComma(quoteAll(asList(m))) + ")"; }
  
  public int hashCode() { ret _hashCode(toList(m)); }
  public bool equals(O o) { ret o instanceof Matches && arraysEqual(m, o/Matches.m); }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 27 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, fehiwqupcyrn, gwrvuhgaqvyk, imzmzdywqqli, ishqpsrjomds, jtubtzbbkimh, lhdilzshxjzv, lnbujpyubztb, lpdgvwnxivlt, lulzaavyztxj, mqqgnosmbjvj, mqsvbyillbrs, onxytkatvevr, ppjhyzlbdabe, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, wtqryiryparv, xrpafgyirdlv

No comments. add comment

Snippet ID: #1001496
Snippet name: class Matches
Eternal ID of this version: #1001496/10
Text MD5: 5b54074f769b5fa527b3e133833330c4
Transpilation MD5: 7a89fe6837017e135f95a06a72705919
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-02 11:52:06
Source code size: 764 bytes / 22 lines
Pitched / IR pitched: No / No
Views / Downloads: 937 / 20070
Version history: 9 change(s)
Referenced in: [show references]