Qurak

Whitespace

Available

Represents whitespace characters in string patterns

Whitespace
StringReplace[" this is a test. ", (StartOfString ~~ Whitespace) | (Whitespace ~~ EndOfString) :> ""]//FullForm → FullForm["this is a test."]

Topics

Related

All 6300 functions · Use this from an MCP client