Qurak
文档
价格
登录
Qurak
文档
函数
WordBoundary
WordBoundary
可用
Represents a word boundary in string patterns (like regex \b)
形式
WordBoundary
验证过的示例
StringReplace["this is a test", WordBoundary ~~ x_ :> ToUpperCase[x]] → This Is A Test
StringCases["a 13 bbbc 41 ccc", WordBoundary ~~ x : DigitCharacter.. ~~ WordBoundary :> x] → {13, 41}
在 Qurak 上运行
搜索参考
主题
String Patterns
- Operations»
相关
Whitespace
WhitespaceCharacter
Except
StringExpression
Alternatives
Blank
BlankNullSequence
BlankSequence
DatePattern
DigitCharacter
EndOfLine
EndOfString
← Word
WordCharacter →
全部 6300 个函数
·
从 MCP 客户端使用