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

3
LINES

< > BotCompany Repo | #1012556 // indexOfIC_fullWord - find exact words in string

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (787L/5K/21K).

static int indexOfIC_fullWord(S s, S word) {
  ret indexOf_regexpIC(s, "\\b" + regexpQuote(word) + "\\b");
}

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: #1012556
Snippet name: indexOfIC_fullWord - find exact words in string
Eternal ID of this version: #1012556/2
Text MD5: 55f4543dc236bce7cdb69b3a62f84651
Transpilation MD5: b357257180ad3158dc9dc64d328cebac
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-18 06:02:57
Source code size: 110 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 420 / 459
Version history: 1 change(s)
Referenced in: [show references]