utils

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package utils provides utility functions for docmgr.

The Slugify function converts arbitrary strings into filesystem-friendly slugs suitable for use in filenames and directory names.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Slugify

func Slugify(input string) string

Slugify converts an arbitrary string into a filesystem-friendly slug: - lowercases - replaces any non [a-z0-9] with '-' - collapses consecutive '-' - trims leading/trailing '-'

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL