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

5
LINES

< > BotCompany Repo | #1030835 // flexMatchAngleBracketVarsIC_honorPunctuation_first - match angle var pattern (e.g. "<thing> is <adjective>") with input (e.g. "the water is very hot"). return first mapping

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

Libraryless. Click here for Pure Java version (5560L/34K).

static SS flexMatchAngleBracketVarsIC_honorPunctuation_first(S pat, S input) {
  ret grabValueAndCancel(voidfunc(VF1<SS> onMatch) {
    flexMatchAngleBracketVarsIC_honorPunctuation_iterate(pat, input, onMatch);
  });
}

Author comment

Began life as a copy of #1030736

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030835
Snippet name: flexMatchAngleBracketVarsIC_honorPunctuation_first - match angle var pattern (e.g. "<thing> is <adjective>") with input (e.g. "the water is very hot"). return first mapping
Eternal ID of this version: #1030835/3
Text MD5: 21442169c8430faf073a4d91c90bd349
Transpilation MD5: 9fb230925c6cfcee16f5b3a0f4b86f38
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-04-01 17:37:11
Source code size: 222 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 101 / 147
Version history: 2 change(s)
Referenced in: [show references]