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

7
LINES

< > BotCompany Repo | #1028809 // allDollarVarsInText

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

Libraryless. Click here for Pure Java version (2654L/17K).

static Set<S> allDollarVarsInText(S s) {
  ret filterCISet isDollarVar(javaTokC(s));
}

static Set<S> allDollarVarsInText(LS tok) {
  ret filterCISet isDollarVar(codeTokens_lazy(tok));
}

Author comment

Began life as a copy of #1018017

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: #1028809
Snippet name: allDollarVarsInText
Eternal ID of this version: #1028809/5
Text MD5: be1c923a2b9962c1d335ede27ba4bffd
Transpilation MD5: 235b3ba58a50b1d3df8afe22685108fc
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-09 11:24:36
Source code size: 192 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 123 / 185
Version history: 4 change(s)
Referenced in: [show references]