diff --git a/blog_posts/js-replace-all-occurences-of-string.md b/blog_posts/js-replace-all-occurences-of-string.md index 9847bdfc4..1c209990f 100644 --- a/blog_posts/js-replace-all-occurences-of-string.md +++ b/blog_posts/js-replace-all-occurences-of-string.md @@ -1,7 +1,6 @@ --- title: Replace all occurrences of a string in JavaScript shortTitle: Replace all occurrences of a string -shortTitle: Amazing story type: story tags: javascript,string,regexp expertise: intermediate