{{text.value.length }}
{{ text.value === '' ? 0 : text.value.split(/\s+/).length }}
{{ text.value === '' ? 0 : text.value.split(/\r\n|\r|\n/).length }}
{{getStringSizeInBytes( text.value) }} Bytes
Customize and preview in real time