Web
#slug
#url
#web
#cms
URL Slug
Valid URL slug — lowercase alphanumeric characters separated by single hyphens, no leading or trailing hyphens.
✓ CMS permalink generation✓ URL route validation✓ SEO slug sanitization
✓ Valid Examples
- my-blog-post
- hello
- article-123
- regex-to
✗ Invalid Examples
- My-Post
- -starts-with-hyphen
- ends-with-hyphen-
- has--double