Replace function

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Venkat

    Replace function

    Did anyone used String.replace function, its not working for me can someone
    help me on the same.


  • Lee

    #2
    Re: Replace function

    Venkat said:[color=blue]
    >
    >Did anyone used String.replace function, its not working for me can someone
    >help me on the same.[/color]

    Show us your code.
    Understand that it doesn't replace anything in the string that you
    apply it to. It returns a new string with the characters replaced.

    Comment

    Working...