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

15
LINES

< > BotCompany Repo | #1034234 // str_shorten - synonym of shorten_str

JavaX fragment (include)

sS str_shorten(O o) {
  ret shorten_str(o);
}



sS str_shorten(O o, int max) {
  ret shorten_str(o, max);
}



sS str_shorten(int max, O o) {
  ret shorten_str(max, o);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034234
Snippet name: str_shorten - synonym of shorten_str
Eternal ID of this version: #1034234/1
Text MD5: cecf4c0794693c689ccd2f3b4a4926a2
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-29 05:53:36
Source code size: 175 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 80 / 105
Referenced in: [show references]