Counts and returns the total number of characters in a text layer, dynamically updating as the text changes.
Contributed by:
myText = thisComp.layer("textLayer").text.sourceText;myText.length
Ideal for animations or templates where character count impacts design decisions, like creating dynamic layouts or limiting text lengths.
Use as a labeling system for templates, versioning slates, or project organization placeholders.
Automatically mirror both text and styling from a main layer - perfect for subtitles, translated text, or synced design systems.
Useful for dynamically counting words in scripts, subtitles, or infographic animations.
Great for automating layouts where the number of text rows affects the design, such as captions, paragraphs, or dynamic subtitles.
Perfect for templates and animations where the number of characters, excluding spaces, plays a role in dynamic layouts, adjusting design elements, or enforcing text length limits.