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

3
LINES

< > BotCompany Repo | #1026436 // 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 #1021022

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: #1026436
Snippet name: swic_wordBoundary - swic + respect word boundary
Eternal ID of this version: #1026436/2
Text MD5: e69a43afc084e8291c4dfbc293805038
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-01-03 18:25:32
Source code size: 96 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 148 / 199
Version history: 1 change(s)
Referenced in: [show references]