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

3
LINES

< > BotCompany Repo | #1022222 // ai_dropLeadingPhrases_one - assumes phrases in list don't have punctuation

JavaX fragment (include)

static S ai_dropLeadingPhrases_one(S s, S... phrases) {
  ret or(first(ai_dropLeadingPhrases(s, wrapAsList(phrases))), s);
}

Author comment

Began life as a copy of #1018119

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022222
Snippet name: ai_dropLeadingPhrases_one - assumes phrases in list don't have punctuation
Eternal ID of this version: #1022222/1
Text MD5: 6a986d77526accfc5057c35d1e2a6c97
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-11 12:53:15
Source code size: 126 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 170 / 212
Referenced in: [show references]