1 | sbool regexpICMatches(S pat, S s) {
|
2 | ret regexpIC(pat, s).matches(); |
3 | } |
4 | |
5 | sbool regexpICMatches(Pattern pat, S s) {
|
6 | ret pat.matcher(s).matches(); |
7 | } |
Began life as a copy of #1013881
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013926 |
| Snippet name: | regexpICMatches |
| Eternal ID of this version: | #1013926/4 |
| Text MD5: | 25397b691d16fb3e7ced221ad9de6996 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-06-29 03:23:10 |
| Source code size: | 154 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 672 / 716 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |