Javascript searcing and replacing?

Posted by sundowatch on Stack Overflow See other posts from Stack Overflow or by sundowatch
Published on 2010-05-18T15:49:34Z Indexed on 2010/05/19 2:10 UTC
Read the original article Hit count: 212

Filed under:
|
|

I want to change a string which start 'a' and end 'n'.

For example: "action" I want to replace 'ctio' and all starting 'a' and finishing 'n' with ''.

How can do it?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about search