Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
$str = "C:\\ClearCase\\ss_view\\Prod\\jihu_WebLinks_Mainline\\Playground_apps_sub\\WebLinks_docs";
$str = substr ( $str, rindex ( $str, "\\" ) + 1 );
print "$str\n";