Hello
i have a doubt in string count with the sub string.
the main string is "java,mysql,jsp ,java,html";
the sub string is like this "java,mysql "
The output is like this
java 2
mysql 1
that is count the no of occureience of the sub string .
how can i do this please help to do this .
Thanks
Sang
i have a doubt in string count with the sub string.
the main string is "java,mysql,jsp ,java,html";
the sub string is like this "java,mysql "
The output is like this
java 2
mysql 1
that is count the no of occureience of the sub string .
how can i do this please help to do this .
Thanks
Sang
Comment