1 | sbool containsAllRegexpsIC(Collection<S> regexps, S s) {
|
2 | for unnull(S re : regexps) |
3 | if (!regexpFindIC(re, s)) false; |
4 | true; |
5 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023753 |
| Snippet name: | containsAllRegexpsIC |
| Eternal ID of this version: | #1023753/1 |
| Text MD5: | d6417ac1034a82259eac614b2cf9d408 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-07 23:44:05 |
| Source code size: | 136 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 448 / 504 |
| Referenced in: | [show references] |