Qurak

Delimiters

Available

Option symbol specifying what delimiters to use or look for

Delimiters
SemanticImportString["1 2, 3 ; 4, 5 6", "String", "Columns", Delimiters -> ","]//InputForm → InputForm[SemanticImportString[1 2, 3 ; 4, 5 6, String, Columns, Delimiters -> ,]]SemanticImportString["1 2, 3 ; 4, 5 6", "String", "Columns", Delimiters -> ";"]//InputForm → InputForm[SemanticImportString[1 2, 3 ; 4, 5 6, String, Columns, Delimiters -> ;]]SemanticImportString["1 \"2, 3\" ; 4, 5 6", "String", "Columns", Delimiters -> ","]//InputForm → InputForm[SemanticImportString[1 "2, 3" ; 4, 5 6, String, Columns, Delimiters -> ,]]

Related

All 6300 functions · Use this from an MCP client