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

3
LINES

< > BotCompany Repo | #1008436 // splitIntoSentences_v3 (with questions and brackets)

JavaX fragment (include)

static L<S> splitIntoSentences_v3(S s, O... _) {
  ret empty(s) ? (L) ll() : splitIntoSentences_v2_tok(tok_joinEllipsis_flex(joinBrackets(javaTok(s))), _);
}

Author comment

Began life as a copy of #1008435

download  show line numbers  debug dex  old transpilations   

Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lnbujpyubztb, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1008436
Snippet name: splitIntoSentences_v3 (with questions and brackets)
Eternal ID of this version: #1008436/8
Text MD5: 3f57023eddcca6a143e1b8780bc8cbb8
Author: stefan
Category: javax / parsing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-23 11:04:56
Source code size: 159 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 521 / 568
Version history: 7 change(s)
Referenced in: [show references]