1 | sbool containsWord_regexp_any(S s, Cl<S> words) {
|
2 | fOr (S word : words) |
3 | if (containsWord_regexp(s, word)) |
4 | true; |
5 | false; |
6 | } |
Began life as a copy of #1019376
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: | #1026342 |
| Snippet name: | containsWord_regexp_any |
| Eternal ID of this version: | #1026342/1 |
| Text MD5: | ad8288624ad707c5ca374ed84a7ef675 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-12-25 13:40:47 |
| Source code size: | 138 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 448 / 491 |
| Referenced in: | [show references] |