(TO THE GOD OF ABRAHAM, ISAAC AND JACOB. I DEDICATE THIS WORK TO YOU MAY YOU BLESS IT AND MAY IT BLESS THOSE YOU USE IT, MORESO MAY THEY KNOW YOU BY NAME, REPENT AND BE LED TO YOUR WILL AND KINGDOM.) Our Father who is in the heavens, let Your Name be set-apart,let Your reign come, let Your desire be done on earth as it is in heaven. Give us today our daily bread. And forgive us our debts, as we for- give our debtors. And do not lead us into trial, but deliver us from the wicked one because Yours is the reign and the power and the esteem, forever. Amen.
Slugify Text Online - URL Slug Generator Free - devformat.tools

Slugify

Runs in your browser
Input
Output
Ready — zero server calls
Related Tools
How to Use
  1. Paste or type any text into the input field.
  2. The tool instantly converts it to a URL-friendly slug.
  3. Copy the slug for use in URLs, file names, or identifiers.

What is a URL Slug?

A URL slug is the human-readable part of a URL that identifies a page. For example, in "devformat.tools/json-formatter", the slug is "json-formatter". Good slugs are lowercase, use hyphens instead of spaces, and contain only letters, numbers, and hyphens.

How Slugify Works

This tool converts any text to a URL-safe slug by: lowercasing all characters, replacing spaces and underscores with hyphens, removing special characters and punctuation, collapsing multiple consecutive hyphens, and trimming leading/trailing hyphens. Supports Unicode text by transliterating common accented characters.