Qurak

WordCharacter

Available

String pattern for word characters

WordCharacter
StringMatchQ[#, WordCharacter]& /@ {"a", "1", ".", " "} → {True, True, False, False}StringReplace["1a 2b 3c 4d", x : WordCharacter.. :> StringReverse[x]] → a1 b2 c3 d4

Topics

Related

All 6300 functions · Use this from an MCP client