OSSS.ai.store.utils¶
OSSS.ai.store.utils
¶
slugify_title(title)
¶
Convert a string into a slug suitable for filenames. Removes special characters, lowercases, and replaces spaces with hyphens.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
title
|
str
|
The input title string. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
str |
str
|
A slugified version of the title. |