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

3
LINES

< > BotCompany Repo | #1030278 // clearTokensExceptSurroundingN

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

Libraryless. Click here for Pure Java version (2530L/16K).

svoid clearTokensExceptSurroundingN(LS tok) {
  clearAllTokens(tok, 1, l(tok)-1);
}

Author comment

Began life as a copy of #1003478

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030278
Snippet name: clearTokensExceptSurroundingN
Eternal ID of this version: #1030278/1
Text MD5: 9ba38b1b2f2ce4d14832422ce1acad92
Transpilation MD5: 4ee16a47554845690b8d16cb1e6a6063
Author: stefan
Category: javax / tokenization
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-25 14:26:59
Source code size: 85 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 106 / 142
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)