LinkWord
Home
Directory
Articles
AI models
Tools
Pixel Plaza
Settings
ContactRSSFriend linksSubmit site
Privacy Policy陕ICP备2025083618号-2

Hot channels

AI ToolsDeveloper ToolsProductivity ToolsSecurity ToolsDesign Resources
← Back to tools

Repeat & pad

repeat(), padStart(), padEnd(); pad uses the first code unit of the fill string.

Top: repeat; bottom: padStart / padEnd.

Repeat

Repeated
HiHiHi

Pad

Padded
000000Hi

Surrogate pairs and emoji may count as two UTF-16 code units.

Back to home