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

3
LINES

< > BotCompany Repo | #1036450 // shortenClassNames

JavaX fragment (include)

sS shortenClassNames(S s) {
  ret regexpReplace(s, "[\\w\\.\\$]+", matcher -> shortenClassName(matcher.group()));
}

Author comment

Began life as a copy of #1005243

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1036450
Snippet name: shortenClassNames
Eternal ID of this version: #1036450/1
Text MD5: 4c81b00c19fbc1fad83fbeaf031ebeb0
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-12-15 17:35:02
Source code size: 117 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 69 / 80
Referenced in: [show references]