-2

Possible Duplicate:
Remove commas from the string using javascript

I want to remove special character in my string while searching . MY string is "It's complicated". I wnat to remove ' from my string.

Can anybody please help me??

0

1 Answer 1

3

"It's complicated".replace("'", "");

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.