ladybird/Tests
Gurkirat Singh f1b79e0cd3 AK: Implement slugify function for URL slug generation
The slugify function is used to convert input into URL-friendly slugs.
It processes each character in the input, keeping ascii alpha characters
after lowercase and replacing non-alphanum characters with the glue
character or a space if multiple spaces are encountered consecutively.
The resulting string is trimmed of leading and trailing whitespace, and
any internal whitespace is replaced with the glue character.

It is currently used in LibMarkdown headings generation code.
2023-10-30 10:39:59 +00:00
..
AK AK: Implement slugify function for URL slug generation 2023-10-30 10:39:59 +00:00
Kernel
LibAudio
LibC
LibCompress LibCompress: Implement correct validation of last filters 2023-10-29 22:00:59 +01:00
LibCore
LibCpp
LibCrypto
LibDiff
LibEDID
LibELF
LibGfx Userland+Tests: Remove uses of direct file loading for BitmapFont 2023-10-29 13:12:28 -06:00
LibGL
LibGLSL
LibIMAP
LibJS
LibLocale
LibMarkdown
LibPDF
LibRegex
LibSQL
LibTest LibTest: Add a suite of tests for the generators 2023-10-26 17:26:52 -06:00
LibTextCodec
LibThreading
LibTimeZone
LibTLS
LibTTF
LibUnicode
LibVideo
LibWasm
LibWeb LibWeb: Add TextEncoder encodeInto 2023-10-29 21:44:53 +01:00
LibWebView LibWebView: Protect URL highlighting against partially-typed URLs 2023-10-28 19:03:19 +02:00
LibXML
Spreadsheet
UserspaceEmulator
Utilities
CMakeLists.txt LibWebView: Protect URL highlighting against partially-typed URLs 2023-10-28 19:03:19 +02:00