WMA link
RegularExpression[“regex”]
StringSplit["1.23, 4.56 7.89", RegularExpression["(\\s|,)+"]]
RegularExpression just wraps a string to be interpreted as a regular expression, but are not evaluated as stand alone expressions:
RegularExpression
RegularExpression["[abc]"]