Characters that change length on .toLowerCase()
Useful for code that expects data of a certain length, but lowercases it in between checking and using.
Created byJorianWoltjer
Created Apr 11, 2024
Updated May 12, 2025
Detecting browser...
CategoryJavaScript Syntax
VisibilityPublic
TypeJS
CharsetUTF-8
Template used:
const c = String.fromCodePoint(i)0x0D
const c_lower = c.toLowerCase()0x0D
if (c_lower.length != c.length){0x0D
log(i)0x0D
}Sample payloads
const c = String.fromCodePoint(i)0x0D
const c_lower = c.toLowerCase()0x0D
if (c_lower.length != c.length){0x0D
alert(i)0x0D
}Fuzz results
Chrome 145.0.0.0 desktop Windows NT 10.0
Updated18 Feb 2026
Found 1 result
Loading...
Chrome 143.0.0.0 desktop macOS 10.15.7older version
Updated31 Jan 2026
Found 1 result
Loading...
Chrome 137.0.0.0 desktop Linux Unknownolder version
Updated29 Nov 2025
Found 1 result
Loading...
Chrome 123.0.0.0 Unknown Unknownolder version
Updated11 Apr 2024
Found 1 result
Loading...
Firefox 148.0 desktop Windows NT 10.0
Updated23 Feb 2026
Found 1 result
Loading...
Firefox 147.0 desktop Linuxolder version
Updated1 Feb 2026
Found 1 result
Loading...
Microsoft Edge 145.0.0.0 desktop Windows NT 10.0
Updated18 Feb 2026
Found 1 result
Loading...