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

3
LINES

< > BotCompany Repo | #1026730 // swic_wordBoundary - swic + respect word boundary

JavaX fragment (include)

sbool swic_wordBoundary(S a, S b) {
  ret containsRegexpIC(a, "^" + regexpQuote(b) + "\\b.");
}

Author comment

Began life as a copy of #1026436

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: #1026730
Snippet name: swic_wordBoundary - swic + respect word boundary
Eternal ID of this version: #1026730/5
Text MD5: 5934e65a5ba5411f346100b64d3d4304
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-01-19 20:53:24
Source code size: 97 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 94 / 117
Version history: 4 change(s)
Referenced in: [show references]