PREV INDEX NEXT

Author: Unknown
Subject: Strlen weird behavior
Date: Tuesday, 29 Sep 2020, 16:08:12

What can I use instead of strlen(line)?

When I take strlen(line) in the parse function, I notice that the length of line gets larger each time I call parse when running the test script.

Is there any way to only count the number of visible characters in strlen or use a different function to do that?
PREV INDEX NEXT