Qurak

WordCharacter

Disponible

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

Thèmes

Connexes

Les 6300 fonctions · Utiliser ceci depuis un client MCP