Orit Active member Licensed customer Feb 29, 2024 #1 Hello Is there a way to check the length of a string variable in a template? I'd like to display a link to "read more" if the length is longer than X characters. Thanks!
Hello Is there a way to check the length of a string variable in a template? I'd like to display a link to "read more" if the length is longer than X characters. Thanks!
Orit Active member Licensed customer Feb 29, 2024 #2 Found it strlen($variable) just as it is in php...