Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

clc

(This command has been awarded a Yubnub Golden Egg)

stripHTML {idx {explode {match -url {url g %s} -pattern /<font size=.1><b>(.*?)<\/b>/ -capture 1 -matchnbr 1} -token =<space>} -idx 1}
NAME
     clc - Evaluates a mathematic expression

EXAMPLES
     clc 1+1
     
     clc ((pi*2)/6)+5

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/



==========
Old implementation:
{url[no url encoding] idx {explode {strRightRev {scrape -tokens <font size=%2B1><b> </b> -url {url g %s}} {strFind -find = -string {scrape -tokens <font size=%2B1><b> </b> -url {url g %s}}}} -token <space>} -idx 0}
    
1109 uses - Created 2006-04-24 17:13:53 - Last used 2023-10-11 04:30:45
Is this command broken? Tell Jon if you know how to fix it.