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

9
LINES

< > BotCompany Repo | #1023564 // regexpMatchesIC - synonym of regexpICMatches

JavaX fragment (include)

1  
sbool regexpMatchesIC(S pat, S s) {
2  
  ret regexpICMatches(pat, s);
3  
}
4  
5  
6  
7  
sbool regexpMatchesIC(Pattern pat, S s) {
8  
  ret regexpICMatches(pat, s);
9  
}

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: #1023564
Snippet name: regexpMatchesIC - synonym of regexpICMatches
Eternal ID of this version: #1023564/1
Text MD5: e9897344c97579b0f2aafffe59f9a11d
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-06-29 03:22:43
Source code size: 148 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 241 / 290
Referenced in: [show references]