Extract URL Slug

Extract and percent-decode the last nonempty path segment of an absolute URL.

Convert in your browser · No sign-up

Query and fragment are ignored. A root URL returns empty text. Invalid percent encoding is rejected.

Up to 100,000 UTF-16 units per input and 1,000,000 per result. See the supported formats and examples below.

How to use

  1. Extract and percent-decode the last nonempty path segment of an absolute URL.
  2. Choose the mode or options, then run the tool.
  3. Review the result, then copy or download the TXT file.

Example

/posts/hello%20world/ → hello world

Details and limitations

Query and fragment are ignored. A root URL returns empty text. Invalid percent encoding is rejected.

Text stays in your browser; it is not sent to a conversion server.

FAQ

Extract URL Slug — What are the supported inputs and limits?

Query and fragment are ignored. A root URL returns empty text. Invalid percent encoding is rejected.

Format references

Tool page updated: