Skip to main content
Stack Overflow
  1. About
  2. For Teams

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

Replace '-' with '--' in a JavaScript string [duplicate]

I am trying to replace a single dash '-' character in a string with double dashes.

2015–09–01T16:00:00.000Z
to be
2015-–09-–01T16:00:00.000Z

This is the code I am using but it doesn't seem to be working:

var temp = '2015–09–01T16:00:00.000Z'
temp.replace(/-/g,'--')

Answer*

Draft saved
Draft discarded
Cancel

lang-js

AltStyle によって変換されたページ (->オリジナル) /