User Portlet User Portlet

Discussions
Hello, I used following code to estimate PubMed hit of certain combination of words. pubMedHit[str_] := Module[{}, str3 = StringReplace[str, " " -> "+"]; str2 =...