You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,15 +69,16 @@ Since both these features LIVE, this software __assists__ the user while filling
69
69
```
70
70
71
71
## Configuration
72
-
__`separator:`__ This property can be defined for the whole input box in general, or specially for each separator. Specific definitions override the general ones. (Default value is an empty string `""`)
73
72
74
-
__`pieces:`__ This is an array of the __`piece`__ objects.
73
+
1.__`separator:`__ This property can be defined for the whole input box in general, or specially for each separator. Specific definitions override the general ones. (Default value is an empty string `""`)
75
74
76
-
__`length:`__A positive integer denoting the number of character in a piece. (Default value is `1`)
75
+
2.__`pieces:`__This is an array of the __`piece`__ objects.
77
76
78
-
__`pattern:`__ A [Regular Expression](https://www.w3schools.com/jsref/jsref_obj_regexp.asp) which defines the allowed characters in a piece.
77
+
a. __`length:`__ A positive integer denoting the number of character in a piece. (Default value is `1`)
79
78
80
-
__`type:`__ Should be set to `separator` to add a separator, or else, should be left blank.
79
+
b. __`pattern:`__ A [Regular Expression](https://www.w3schools.com/jsref/jsref_obj_regexp.asp) which defines the allowed characters in a piece.
80
+
81
+
c. __`type:`__ Should be set to `separator` to add a separator, or else, should be left blank.
0 commit comments