CERNY.util
Some general purpose utility functions.
Uses
Used by
Functions
indent
Create an indentation string, a line feed followed by n spaces, where n = indentation.
fillNumber
Return (at least) two digit number as a String. If number smaller than 10 return "0" + number.
cutNumber
Return the last n digits from the decimal String representation of number.
parseUri
Parses an URI into its components.
Right now it cannot handle: "mailto:mduerst@ifi.unizh.ch" "news:comp.infosystems.www.servers.unix"
getNameFromFqName
Return the short name from a fully qualified name.

