utils/misc library
Copyright (C) 2025, Software Innovation Institute, ANU.
Licensed under the GNU General Public License, Version 3 (the "License").
License: https://www.gnu.org/licenses/gpl-3.0.en.html.
Authors: Anushka Vidanage
Enums
Functions
-
capitalize(
String word) → String -
getDateTimeStr(
String dateTimeStr, {DateFormatType formatType = DateFormatType.defaultFormat}) → String - Get the given date and time in a specific format.
-
getNameFromWebId(
String webId) → String -
getRecipNbrStr(
int totalNbr) → String - Get the number of recipients with access to a file, and return as a String. Where the number of recipients is the number of webIDs with file access minus one (to exclude the file owner).