How can you get the total number of charater in a string in jsp. example:

"name" is a string and it's total character is 4

    dude this is a php forum.
    however

    xyz = strlen("name")

    xyz should contain 4, define xyz as integer type.

    cheers
    nilesh.

      Write a Reply...