Count number of occurrences of a character in a string
Hi,I am trying to count the number of occurrences of a character in a string. How do I achieve that using JSL?For eg:Number of occurrences of letter 'A' in the below stringsAPPLE -> 1PEARS -> 1BANANA -> 2