S: MongoDB command以分号拆分
A: 按非分号中的逗号分割
Arrays.asList(commandText.split(";(?=(?:[^\"|\'|/]*\"[^\"|\'|/]*\")*[^\"|\'|/]*$)"));