DSolveValue¶ Returns the solution expression for an ODE (the value side of DSolve). $ wo "DSolveValue[y'[x] == y[x], y[x], x]" E^x*C[1]