GeneralUtilities`GetUsages["System`Sin"]
I want to get $\color{red}{\textbf{1}}$ plain string,but this function actually will give me some RowBox:
And the same case:
GeneralUtilities`GetUsages["System`Plot"]
I want to get $\color{red}{\textbf{4}}$ plain string from it:
{"Plot[f,{x,Subscript[x, min],Subscript[x, max]}] generates a plot of f as a function of x from Subscript[x, min] to Subscript[x,max].","Plot[{Subscript[f, 1],Subscript[f,2],…},{x,Subscript[x,min],Subscript[x, max]}] plots several functions Subscript[f,i].","Plot[{…,w[Subscript[f, i]],…},…] plots Subscript[f,i] with features defined by the symbolic wrapper w.","Plot[…,{x}∈reg] takes the variable x to be in the geometric region reg."}
Can any method do this?