Question
Help with Grep - Apply Format for Line with X characters
Hello,
I have different text fields and I would like to set a different font size depending on the length of the content / line.
Example
Chocolate cake - 14 characters -> format X
Cake - 4 characters -> format Y
So far I have only managed to do this for individual words with:
\b[\u\l]{4,4}\b
The query should contain all characters in a line. For example:
Chocolate cake 132
