Qurak
Documentation
Pricing
Sign in
Qurak
Documentation
Functions
WordCharacter
WordCharacter
Available
String pattern for word characters
Forms
WordCharacter
Verified examples
StringMatchQ[#, WordCharacter]& /@ {"a", "1", ".", " "} → {True, True, False, False}
StringReplace["1a 2b 3c 4d", x : WordCharacter.. :> StringReverse[x]] → a1 b2 c3 d4
Run this on Qurak
Search the reference
Topics
Character Operations
- Character Patterns »
String Patterns
- Operations»
Related
LetterCharacter
DigitCharacter
WordBoundary
WhitespaceCharacter
PunctuationCharacter
Except
StringExpression
Alternatives
Blank
BlankNullSequence
BlankSequence
DatePattern
← WordBoundary
WordCloud →
All 6300 functions
·
Use this from an MCP client