I need string.replace() properties

Do you know the different parts to the [string].replace() method? What I mean is, what do I put within the () for the replace method? Thanks a lot!

Comments

  • : Do you know the different parts to the [string].replace() method? What I mean is, what do I put within the () for the replace method? Thanks a lot!
    :

    Here's the syntax:
    string.replace(RegularExpression, ReplacementText)


  • : Do you know the different parts to the [string].replace() method? What I mean is, what do I put within the () for the replace method? Thanks a lot!
    :

    Have you tried the JavaScript Documentation provided FREE from Netscape?!

    It's simple, load the URL, click Index, scroll down until you see Replace() and click it, then read.

    If you need any help with this, please let us know.

    Cya
    Bradley q:)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories