Good afternoon everyone!
I would like your help to find out how I do the character count in a string by passing a reference in the string itself, eg:
I have the string 19:30
and I wanted it after the :
to check if the number of characters is greater than 2, if it was, it would do one thing, if it would not do another.
I know how to do the part of the conditions, I'm just running into this doubt, how to count characters after a reference.
Thank you!