package
1.11.13
Repository: https://github.com/defacto2/df2.git
Documentation: pkg.go.dev

# Functions

Contains returns true whenever sorted contains x.
Count returns the number of file entries associated with a named group.
Cronjob is used for system automation to generate dynamic HTML pages.
Exact returns the number of file entries that match an exact named filter.
Fix any malformed group names found in the database.
Format returns a copy of name with custom formatting.
Initialism returns a named group initialism or acronym.
List returns all the distinct groups.
Match scans over the groups and attempts to match possible misnamed duplicates.
Slug takes a string and makes it into a URL friendly slug.
SwapAll finds all occurrences of str within a group name and replaces it with swap.
SwapNumeral finds any occurrences of i within a group name and swaps it for a cardinal number.
SwapOne finds the first occurrence of str within a group name and replaces it with swap.
SwapOrdinal finds any occurrences of i within a group name and swaps it for a ordinal number.
SwapPrefix replaces the prefix value at the start of a group name and replaces it with swap.
SwapSuffix replaces the suffix value at the end of a group name and replaces it with swap.
Tags are the group categories.
TrimSP removes all spaces from a named group, BBS or FTP site.
Update replaces all instances of the group name with the new group name.
Variations creates format variations for a named filter.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

Request flags for group functions.