WolframLang: Show Function Help
Show Function Documentation in Notebook
Type
?FunctionName
in
Notebook
.
(* return help string of StringLength *) (* shortcut syntax *) ?StringLength (* FullForm syntax *) Information[ "StringLength" ]
Show Function Documentation in WolframScript
If you are runnig WolframScript in terminal, use:
TextForm[ ?StringLength ] (* prints StringLength["string"] gives the count of characters in a string. *)