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

5
LINES

< > BotCompany Repo | #1027335 // flexMatchIC_withBrackets_all_autoPunctuation - honor punctuation if there is any in the pattern

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

Libraryless. Click here for Pure Java version (4761L/31K).

static L<Matches> flexMatchIC_withBrackets_all_autoPunctuation(S pat, S input, O... _) {
  ret starPatternHasPunctuation(pat)
    ? flexMatchIC_withBrackets_all_honorPunctuation(pat, input, _)
    : flexMatchIC_withBrackets_all(pat, input, _);
}

Author comment

Began life as a copy of #1027199

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1027335
Snippet name: flexMatchIC_withBrackets_all_autoPunctuation - honor punctuation if there is any in the pattern
Eternal ID of this version: #1027335/3
Text MD5: 46e8a74f83c3098e39a1d83d675d475d
Transpilation MD5: 9b45bd71c2c7b41fbb13a9eb0d192055
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-09 20:02:09
Source code size: 249 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 118 / 179
Version history: 2 change(s)
Referenced in: [show references]