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

3
LINES

< > BotCompany Repo | #1025891 // allWithLevenICDistanceExactly1

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

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

static LS allWithLevenICDistanceExactly1(Iterable<S> l, S word) {
  ret filter(l, s -> leven_limitedIC(s, word, 2) == 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: #1025891
Snippet name: allWithLevenICDistanceExactly1
Eternal ID of this version: #1025891/3
Text MD5: 7497c76c5ef8466bf354e727b5910c1c
Transpilation MD5: 7f18d4ed1cda318da7fb99c3ec4112b1
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-10-28 12:26:21
Source code size: 125 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 129 / 199
Version history: 2 change(s)
Referenced in: [show references]