Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit c833f8a

Browse files
committed
Fixed excaping
1 parent 625fa51 commit c833f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ description is {
3838
return "other-state-name";
3939
},
4040

41-
"([0-9]+)(\.[0-9]+)?": function(match, first, second, index, matchLength) {
41+
"([0-9]+)(\\.[0-9]+)?": function(match, first, second, index, matchLength) {
4242
// groups can be used in the regular expression
4343
// they will match to arguments "first", "second"
4444
},

0 commit comments

Comments
 (0)