Search
⌘K

Leetcode 3582. Generate Tag for Video Caption

Convert a sentence into a video tag by concatenating words into a single camelCase string prefixed with '#', then removing any non-letter characters (except the leading '#') and truncating to at most 100 characters. The first word stays lowercase while each subsequent word’s first letter is capitalized and remaining letters are lowercase.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.