Browse Source

default pattern: added comma as separator

Fabian Peter Hammerle 5 years ago
parent
commit
31f432f62d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -29,7 +29,7 @@ function copy() {
 </script>
 
 <form onsubmit="return substitute()">
-    <p>pattern <input id="pattern" value="\.\s+"></p>
+    <p>pattern <input id="pattern" value="[\.,]\s+"></p>
     <p>text <input id="text"></p>
     <p>prefix <input id="prefix" value="<ul><li>"></p>
     <p>repl <input id="repl" value="</li><li>"></p>