1 | static bool containsPhrase(S s, S phrase) { |
2 | LS tokS = javaTokNPunctuationC(s); |
3 | LS tokPhrase = javaTokNPunctuationC(phrase); |
4 | ret containsSubListIC(tokS, tokPhrase); |
5 | } |
Began life as a copy of #1011436
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020303 |
Snippet name: | containsPhrase |
Eternal ID of this version: | #1020303/1 |
Text MD5: | a4c913fc98b13eebe8781a931489ff6a |
Author: | stefan |
Category: | javax / parsing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-13 16:31:40 |
Source code size: | 175 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 349 / 360 |
Referenced in: | [show references] |