Count number of specific character in a string
Content
Anyone that has an idea how to do this?
Example: abcde_fgh_ijk_lm_no
I want the count of 4 for ‘_’ for the above string, and the ‘_’:s don’t have to be in an exact position
Gunilla
0
Anyone that has an idea how to do this?
Example: abcde_fgh_ijk_lm_no
I want the count of 4 for ‘_’ for the above string, and the ‘_’:s don’t have to be in an exact position
Gunilla