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

3
LINES

< > BotCompany Repo | #1027110 // matchesToStringList

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

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

static LS matchesToStringList(Matches m) {
  ret m == null ? null : toList(m.m);
}

Author comment

Began life as a copy of #1027109

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: #1027110
Snippet name: matchesToStringList
Eternal ID of this version: #1027110/2
Text MD5: 43f24ce903c8b6dcd3bd6aea2616cf5d
Transpilation MD5: f8cc4f30a75907f657949007dc17a2b1
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-20 15:29:52
Source code size: 84 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 181 / 262
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1028869 - matchesToBasicLogicRule