Help for this page

Select Code to Download


  1. or download this
    $message =~ s~\[size=(.+?)\](.+?)\[/size\]~"<font size=\"".(($1 > 10) 
    +? 10 : $1)."\">$2</font>"~eisg;
    
  2. or download this
       if (done) {
          String code = doSolve();
    ...
        return test;
        //System.out.println("string:" + code);
      }