Method | Defined by | ||
---|---|---|---|
getDotSuffix(filename:String):String
[static]
Returns the substring composed of the characters after the last '.' in the supplied string.
| FileUtil |
getDotSuffix | () | method |
public static function getDotSuffix(filename:String):String
Returns the substring composed of the characters after the last '.' in the supplied string. The substring will be converted to lowercase.
Parametersfilename:String |
String |