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

3
LINES

< > BotCompany Repo | #1026177 // dropFirstAndLastFromMatches

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

Libraryless. Click here for Pure Java version (2405L/15K).

static Matches dropFirstAndLastFromMatches(Matches m) {
  ret m == null ? null : new Matches(subStringArray(m.m, 1, l(m.m)-1));
}

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: #1026177
Snippet name: dropFirstAndLastFromMatches
Eternal ID of this version: #1026177/2
Text MD5: 789e39ad837fbdb6f70993f70c5f11b5
Transpilation MD5: 9d83a568d664fa43bab2e4e981ae56b1
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-11-27 23:30:46
Source code size: 131 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 126 / 206
Version history: 1 change(s)
Referenced in: [show references]