Diff
checker
टेक्स्ट
टेक्स्ट
छवियां
दस्तावेज़
Excel
फ़ोल्डर्स
Legal
Enterprise
डेस्कटॉप
मूल्य
साइन इन करें
Diffchecker डेस्कटॉप डाउनलोड करें
टेक्स्ट की तुलना करें
दो टेक्स्ट फ़ाइलों के बीच अंतर ढूंढें
उपकरण
इतिहास
रियल-टाइम एडिटर
अपरिवर्तित संक्षिप्त करें
लाइन रैप बंद
लेआउट
विभाजित
संयुक्त
परिवर्तन हाइलाइट करें
स्मार्ट
शब्द
अक्षर
सिंटैक्स हाइलाइटिंग
सिंटैक्स चुनें
अनदेखा करें
टेक्स्ट बदलें
पहले अंतर पर जाएँ
इनपुट संपादित करें
Diffchecker Desktop
Diffchecker चलाने का सबसे सुरक्षित तरीका। Diffchecker Desktop ऐप पाएं: आपके diffs कभी आपके कंप्यूटर से बाहर नहीं जाते!
Desktop पाएं
main->new
बनाया गया
पिछला वर्ष
Diff कभी समाप्त नहीं होता
साफ़
निर्यात करें
शेयर करें
समझाएं
42 हटाए गए
लाइनें
कुल
हटाया गया
अक्षर
कुल
हटाया गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diff
checker
Pro
मूल्य देखें
80 लाइनें
सभी को कॉपी करें
96 जोड़े गए
लाइनें
कुल
जोड़ा गया
अक्षर
कुल
जोड़ा गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diff
checker
Pro
मूल्य देखें
80 लाइनें
सभी को कॉपी करें
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
| Name | Type | Input | Default | Options | Validation | -> | Output | Optional | ErrorCreate
|
| Name | Type | Input | Default | Options | Validation | -> | Output | Optional | ErrorCreate
|
|----------------------|---------------|-----------|---------|-------------------|------------|----|--------|----------|--------------
|
|----------------------|---------------|-----------|---------|-------------------|------------|----|--------|----------|--------------
---
|
| | Empty Vals | | | | | | | |
|
| | Empty Vals | | | | | | | |
|
| Empty | string,number | | | | | | "" | false |
|
| Empty | string,number | | | | | | "" | false |
|
| EmptyDupeOps | string,number | | | 1,1,1 | | | | | unique
|
| EmptyDupeOps | string,number | | | 1,1,1 | | | | | unique
|
| EmptyList | list(string) | | | | | | "" | false |
|
| EmptyList | list(string) | | | | | | "" | false |
|
| EmptyListDupeOpts | list(string) | | | ["a"],["a"] | | | | | unique
|
| EmptyListDupeOpts | list(string) | | | ["a"],["a"] | | | | | unique
|
| EmptyMulti | tag-select | | | | | | "" | false |
|
| EmptyMulti | tag-select | | | | | | "" | false |
|
| EmptyOpts | string,number | | | 1,2,3 | | | "" | false |
|
| EmptyOpts | string,number | | | 1,2,3 | | | "" | false |
|
| EmptyRegex | string | | | | world | | | | regex error
|
| EmptyRegex | string | | | | world | | | | regex error
|
| EmptyMin | number | | | | 1-10 | | | | 1 < < 10
|
| EmptyMin | number | | | | 1-10 | | | | 1 < < 10
|
| EmptyMinOpt | number | | | 1,2,3 | 2-5 | | | |
2 < < 5
|
| EmptyMinOpt | number | | | 1,2,3 | 2-5 | | | |
valid option
|
| EmptyRegexOpt | string | | | "hello","goodbye" | goodbye | | | |
regex error
|
| EmptyRegexOpt | string | | | "hello","goodbye" | goodbye | | | |
valid option
|
| EmptyRegexOk | string | | | | .* | | "" | false |
|
| EmptyRegexOk | string | | | | .* | | "" | false |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | Default Set | No inputs | | | | | | |
|
| | Default Set | No inputs | | | | | | |
|
| NumDef | number | | 5 | | | | 5 | true |
|
| NumDef | number | | 5 | | | | 5 | true |
|
| NumDefVal | number | | 5 | | 3-7 | | 5 | true |
|
| NumDefVal | number | | 5 | | 3-7 | | 5 | true |
|
| NumDefInv | number | | 5 | | 10- | | | | 10 < 5 < 0
|
| NumDefInv | number | | 5 | | 10- | | | | 10 < 5 < 0
|
| NumDefOpts | number | | 5 | 1,3,5,7 | 2-6 | | 5 | true |
|
| NumDefOpts | number | | 5 | 1,3,5,7 | 2-6 | | 5 | true |
|
| NumDefNotOpts | number | | 5 | 1,3,7,9 | 2-6 | | | | valid option
|
| NumDefNotOpts | number | | 5 | 1,3,7,9 | 2-6 | | | | valid option
|
| NumDefInvOpt | number | | 5 | 1,3,5,7 | 6-10 | | | | 6 < 5 < 10
|
| NumDefInvOpt | number | | 5 | 1,3,5,7 | 6-10 | | | | 6 < 5 < 10
|
| NumDefNotNum | number | | a | | | | | |
a
number
|
| NumDefNotNum | number | | a | | | | | |
type "
number
"
|
| NumDefOptsNotNum | number | | 1 | 1,a,2 | | | | |
a
number
|
| NumDefOptsNotNum | number | | 1 | 1,a,2 | | | | |
type "
number
"
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| StrDef | string | | hello | | | | hello | true |
|
| StrDef | string | | hello | | | | hello | true |
|
| StrDefInv | string | | hello | | world | | | | regex error
|
| StrDefInv | string | | hello | | world | | | | regex error
|
| StrDefOpts | string | | a | a,b,c | | | a | true |
|
| StrDefOpts | string | | a | a,b,c | | | a | true |
|
| StrDefNotOpts | string | | a | b,c,d | | | | | valid option
|
| StrDefNotOpts | string | | a | b,c,d | | | | | valid option
|
| StrDefValOpts | string | | a | a,b,c,d,e,f | [a-c] | | a | true |
|
| StrDefValOpts | string | | a | a,b,c,d,e,f | [a-c] | | a | true |
|
| StrDefInvOpt | string | | d | a,b,c,d,e,f | [a-c] | | | | regex error
|
| StrDefInvOpt | string | | d | a,b,c,d,e,f | [a-c] | | | | regex error
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| LStrDef | list(string) | | ["a"] | | | | ["a"] | true |
|
| LStrDef | list(string) | | ["a"] | | | | ["a"] | true |
|
| LStrDefOpts | list(string) | | ["a"] | ["a"], ["b"] | | | ["a"] | true |
|
| LStrDefOpts | list(string) | | ["a"] | ["a"], ["b"] | | | ["a"] | true |
|
| LStrDefNotOpts | list(string) | | ["a"] | ["b"], ["c"] | | | | | valid option
|
| LStrDefNotOpts | list(string) | | ["a"] | ["b"], ["c"] | | | | | valid option
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| MulDef | tag-select | | ["a"] | | | | ["a"] | true |
|
| MulDef | tag-select | | ["a"] | | | | ["a"] | true |
|
| MulDefOpts | multi-select | | ["a"] | a,b | | | ["a"] | true |
|
| MulDefOpts | multi-select | | ["a"] | a,b | | | ["a"] | true |
|
| MulDefNotOpts | multi-select | | ["a"] | b,c | | | | | valid option
|
| MulDefNotOpts | multi-select | | ["a"] | b,c | | | | | valid option
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | Input Vals | | | | | | | |
|
| | Input Vals | | | | | | | |
|
| NumIns | number | 3 | | | | | 3 | false |
|
| NumIns | number | 3 | | | | | 3 | false |
|
| NumInsOptsNaN | number | 3 | 5 | a,1,2,3,4,5 | 1-3 | | | |
a
number
|
| NumInsOptsNaN | number | 3 | 5 | a,1,2,3,4,5 | 1-3 | | | |
type "
number
"
|
| NumInsNotNum | number | a | | | | |
a
|
false
|
|
| NumInsNotNum | number | a | | | | |
|
| type "number"
|
| NumInsNotNumInv | number | a | | | 1-3 | | | | 1 < a < 3
|
| NumInsNotNumInv | number | a | | | 1-3 | | | | 1 < a < 3
|
| NumInsDef | number | 3 | 5 | | | | 3 | true |
|
| NumInsDef | number | 3 | 5 | | | | 3 | true |
|
| NumIns/DefInv | number | 3 | 5 | | 1-3 | | 3 | true |
|
| NumIns/DefInv | number | 3 | 5 | | 1-3 | | 3 | true |
|
| NumIns=DefInv | number | 5 | 5 | | 1-3 | | | | 1 < 5 < 3
|
| NumIns=DefInv | number | 5 | 5 | | 1-3 | | | | 1 < 5 < 3
|
| NumInsOpts | number | 3 | 5 | 1,2,3,4,5 | 1-3 | | 3 | true |
|
| NumInsOpts | number | 3 | 5 | 1,2,3,4,5 | 1-3 | | 3 | true |
|
| NumInsNotOptsVal | number | 3 | 5 | 1,2,4,5 | 1-3 | |
3
|
true
|
|
| NumInsNotOptsVal | number | 3 | 5 | 1,2,4,5 | 1-3 | |
|
|
valid option
|
| NumInsNotOptsInv | number | 3 | 5 | 1,2,4,5 | 1-2 | | | true |
1 < 3 < 2
|
| NumInsNotOptsInv | number | 3 | 5 | 1,2,4,5 | 1-2 | | | true |
valid option
|
| NumInsNotOpts | number | 3 | 5 | 1,2,4,5 | | |
3
|
true
|
|
| NumInsNotOpts | number | 3 | 5 | 1,2,4,5 | | |
|
|
valid option
|
| NumInsNotOpts/NoDef | number | 3 | | 1,2,4,5 | | |
3
| false
|
|
| NumInsNotOpts/NoDef | number | 3 | | 1,2,4,5 | | |
|
| valid option
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| StrIns | string | c | | | | | c | false |
|
| StrIns | string | c | | | | | c | false |
|
| StrInsDupeOpts | string | c | | a,b,c,c | | | | | unique
|
| StrInsDupeOpts | string | c | | a,b,c,c | | | | | unique
|
| StrInsDef | string | c | e | | | | c | true |
|
| StrInsDef | string | c | e | | | | c | true |
|
| StrIns/DefInv | string | c | e | | [a-c] | | c | true |
|
| StrIns/DefInv | string | c | e | | [a-c] | | c | true |
|
| StrIns=DefInv | string | e | e | | [a-c] | | | | regex error
|
| StrIns=DefInv | string | e | e | | [a-c] | | | | regex error
|
| StrInsOpts | string | c | e | a,b,c,d,e | [a-c] | | c | true |
|
| StrInsOpts | string | c | e | a,b,c,d,e | [a-c] | | c | true |
|
| StrInsNotOptsVal | string | c | e | a,b,d,e | [a-c] | |
c
|
true
|
|
| StrInsNotOptsVal | string | c | e | a,b,d,e | [a-c] | |
|
| valid option
|
| StrInsNotOptsInv | string | c | e | a,b,d,e | [a-b] | | | |
regex error
|
| StrInsNotOptsInv | string | c | e | a,b,d,e | [a-b] | | | |
valid option
|
| StrInsNotOpts | string | c | e | a,b,d,e | | |
c
| true
|
|
| StrInsNotOpts | string | c | e | a,b,d,e | | |
|
| valid option
|
| StrInsNotOpts/NoDef | string | c | | a,b,d,e | | |
c
|
false
|
|
| StrInsNotOpts/NoDef | string | c | | a,b,d,e | | |
|
| valid option
|
| StrInsBadVal | string | c | | a,b,c,d,e | 1-10 | | | | min cannot
|
| StrInsBadVal | string | c | | a,b,c,d,e | 1-10 | | | | min cannot
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | list(string) | | | | | | | |
|
| | list(string) | | | | | | | |
|
| LStrIns | list(string) | ["c"] | | | | | ["c"] | false |
|
| LStrIns | list(string) | ["c"] | | | | | ["c"] | false |
|
| LStrInsNotList | list(string) | c | | | | |
c
| false
|
|
| LStrInsNotList | list(string) | c | | | | |
|
| list of strings
|
| LStrInsDef | list(string) | ["c"] | ["e"] | | | | ["c"] | true |
|
| LStrInsDef | list(string) | ["c"] | ["e"] | | | | ["c"] | true |
|
| LStrIns/DefInv | list(string) | ["c"] | ["e"] | | [a-c] | | | | regex cannot
|
| LStrIns/DefInv | list(string) | ["c"] | ["e"] | | [a-c] | | | | regex cannot
|
| LStrInsOpts | list(string) | ["c"] | ["e"] | ["c"],["d"],["e"] | | | ["c"] | true |
|
| LStrInsOpts | list(string) | ["c"] | ["e"] | ["c"],["d"],["e"] | | | ["c"] | true |
|
| LStrInsNotOpts | list(string) | ["c"] | ["e"] | ["d"],["e"] | | |
["c"] | true
|
|
| LStrInsNotOpts | list(string) | ["c"] | ["e"] | ["d"],["e"] | | |
|
| valid option
|
| LStrInsNotOpts/NoDef | list(string) | ["c"] | | ["d"],["e"] | | |
["c"] | false
|
|
| LStrInsNotOpts/NoDef | list(string) | ["c"] | | ["d"],["e"] | | |
|
| valid option
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| MulInsOpts | multi-select | ["c"] | ["e"] | c,d,e | | | ["c"] | true |
|
| MulInsOpts | multi-select | ["c"] | ["e"] | c,d,e | | | ["c"] | true |
|
| MulInsNotListOpts | multi-select | c | ["e"] | c,d,e | | |
c
|
true
|
|
| MulInsNotListOpts | multi-select | c | ["e"] | c,d,e | | |
|
|
json encoded
|
| MulInsNotOpts | multi-select | ["c"] | ["e"] | d,e | | |
["c"] | true
|
|
| MulInsNotOpts | multi-select | ["c"] | ["e"] | d,e | | |
|
| valid option
|
| MulInsNotOpts/NoDef | multi-select | ["c"] | | d,e | | |
["c"] | false
|
|
| MulInsNotOpts/NoDef | multi-select | ["c"] | | d,e | | |
|
| valid option
|
| MulInsInvOpts | multi-select | ["c"] | ["e"] | c,d,e | [a-c] | | | | regex cannot
|
| MulInsInvOpts | multi-select | ["c"] | ["e"] | c,d,e | [a-c] | | | | regex cannot
|
सेव किए गए Diffs
ऑरिजनल टेक्स्ट
फ़ाइल खोलें
| Name | Type | Input | Default | Options | Validation | -> | Output | Optional | ErrorCreate | |----------------------|---------------|-----------|---------|-------------------|------------|----|--------|----------|--------------| | | Empty Vals | | | | | | | | | | Empty | string,number | | | | | | "" | false | | | EmptyDupeOps | string,number | | | 1,1,1 | | | | | unique | | EmptyList | list(string) | | | | | | "" | false | | | EmptyListDupeOpts | list(string) | | | ["a"],["a"] | | | | | unique | | EmptyMulti | tag-select | | | | | | "" | false | | | EmptyOpts | string,number | | | 1,2,3 | | | "" | false | | | EmptyRegex | string | | | | world | | | | regex error | | EmptyMin | number | | | | 1-10 | | | | 1 < < 10 | | EmptyMinOpt | number | | | 1,2,3 | 2-5 | | | | 2 < < 5 | | EmptyRegexOpt | string | | | "hello","goodbye" | goodbye | | | | regex error | | EmptyRegexOk | string | | | | .* | | "" | false | | | | | | | | | | | | | | | Default Set | No inputs | | | | | | | | | NumDef | number | | 5 | | | | 5 | true | | | NumDefVal | number | | 5 | | 3-7 | | 5 | true | | | NumDefInv | number | | 5 | | 10- | | | | 10 < 5 < 0 | | NumDefOpts | number | | 5 | 1,3,5,7 | 2-6 | | 5 | true | | | NumDefNotOpts | number | | 5 | 1,3,7,9 | 2-6 | | | | valid option | | NumDefInvOpt | number | | 5 | 1,3,5,7 | 6-10 | | | | 6 < 5 < 10 | | NumDefNotNum | number | | a | | | | | | a number | | NumDefOptsNotNum | number | | 1 | 1,a,2 | | | | | a number | | | | | | | | | | | | | StrDef | string | | hello | | | | hello | true | | | StrDefInv | string | | hello | | world | | | | regex error | | StrDefOpts | string | | a | a,b,c | | | a | true | | | StrDefNotOpts | string | | a | b,c,d | | | | | valid option | | StrDefValOpts | string | | a | a,b,c,d,e,f | [a-c] | | a | true | | | StrDefInvOpt | string | | d | a,b,c,d,e,f | [a-c] | | | | regex error | | | | | | | | | | | | | LStrDef | list(string) | | ["a"] | | | | ["a"] | true | | | LStrDefOpts | list(string) | | ["a"] | ["a"], ["b"] | | | ["a"] | true | | | LStrDefNotOpts | list(string) | | ["a"] | ["b"], ["c"] | | | | | valid option | | | | | | | | | | | | | MulDef | tag-select | | ["a"] | | | | ["a"] | true | | | MulDefOpts | multi-select | | ["a"] | a,b | | | ["a"] | true | | | MulDefNotOpts | multi-select | | ["a"] | b,c | | | | | valid option | | | | | | | | | | | | | | Input Vals | | | | | | | | | | NumIns | number | 3 | | | | | 3 | false | | | NumInsOptsNaN | number | 3 | 5 | a,1,2,3,4,5 | 1-3 | | | | a number | | NumInsNotNum | number | a | | | | | a | false | | | NumInsNotNumInv | number | a | | | 1-3 | | | | 1 < a < 3 | | NumInsDef | number | 3 | 5 | | | | 3 | true | | | NumIns/DefInv | number | 3 | 5 | | 1-3 | | 3 | true | | | NumIns=DefInv | number | 5 | 5 | | 1-3 | | | | 1 < 5 < 3 | | NumInsOpts | number | 3 | 5 | 1,2,3,4,5 | 1-3 | | 3 | true | | | NumInsNotOptsVal | number | 3 | 5 | 1,2,4,5 | 1-3 | | 3 | true | | | NumInsNotOptsInv | number | 3 | 5 | 1,2,4,5 | 1-2 | | | true | 1 < 3 < 2 | | NumInsNotOpts | number | 3 | 5 | 1,2,4,5 | | | 3 | true | | | NumInsNotOpts/NoDef | number | 3 | | 1,2,4,5 | | | 3 | false | | | | | | | | | | | | | | StrIns | string | c | | | | | c | false | | | StrInsDupeOpts | string | c | | a,b,c,c | | | | | unique | | StrInsDef | string | c | e | | | | c | true | | | StrIns/DefInv | string | c | e | | [a-c] | | c | true | | | StrIns=DefInv | string | e | e | | [a-c] | | | | regex error | | StrInsOpts | string | c | e | a,b,c,d,e | [a-c] | | c | true | | | StrInsNotOptsVal | string | c | e | a,b,d,e | [a-c] | | c | true | | | StrInsNotOptsInv | string | c | e | a,b,d,e | [a-b] | | | | regex error | | StrInsNotOpts | string | c | e | a,b,d,e | | | c | true | | | StrInsNotOpts/NoDef | string | c | | a,b,d,e | | | c | false | | | StrInsBadVal | string | c | | a,b,c,d,e | 1-10 | | | | min cannot | | | | | | | | | | | | | | list(string) | | | | | | | | | | LStrIns | list(string) | ["c"] | | | | | ["c"] | false | | | LStrInsNotList | list(string) | c | | | | | c | false | | | LStrInsDef | list(string) | ["c"] | ["e"] | | | | ["c"] | true | | | LStrIns/DefInv | list(string) | ["c"] | ["e"] | | [a-c] | | | | regex cannot | | LStrInsOpts | list(string) | ["c"] | ["e"] | ["c"],["d"],["e"] | | | ["c"] | true | | | LStrInsNotOpts | list(string) | ["c"] | ["e"] | ["d"],["e"] | | | ["c"] | true | | | LStrInsNotOpts/NoDef | list(string) | ["c"] | | ["d"],["e"] | | | ["c"] | false | | | | | | | | | | | | | | MulInsOpts | multi-select | ["c"] | ["e"] | c,d,e | | | ["c"] | true | | | MulInsNotListOpts | multi-select | c | ["e"] | c,d,e | | | c | true | | | MulInsNotOpts | multi-select | ["c"] | ["e"] | d,e | | | ["c"] | true | | | MulInsNotOpts/NoDef | multi-select | ["c"] | | d,e | | | ["c"] | false | | | MulInsInvOpts | multi-select | ["c"] | ["e"] | c,d,e | [a-c] | | | | regex cannot |
परिवर्तित टेक्स्ट
फ़ाइल खोलें
| Name | Type | Input | Default | Options | Validation | -> | Output | Optional | ErrorCreate | |----------------------|---------------|-----------|---------|-------------------|------------|----|--------|----------|-----------------| | | Empty Vals | | | | | | | | | | Empty | string,number | | | | | | "" | false | | | EmptyDupeOps | string,number | | | 1,1,1 | | | | | unique | | EmptyList | list(string) | | | | | | "" | false | | | EmptyListDupeOpts | list(string) | | | ["a"],["a"] | | | | | unique | | EmptyMulti | tag-select | | | | | | "" | false | | | EmptyOpts | string,number | | | 1,2,3 | | | "" | false | | | EmptyRegex | string | | | | world | | | | regex error | | EmptyMin | number | | | | 1-10 | | | | 1 < < 10 | | EmptyMinOpt | number | | | 1,2,3 | 2-5 | | | | valid option | | EmptyRegexOpt | string | | | "hello","goodbye" | goodbye | | | | valid option | | EmptyRegexOk | string | | | | .* | | "" | false | | | | | | | | | | | | | | | Default Set | No inputs | | | | | | | | | NumDef | number | | 5 | | | | 5 | true | | | NumDefVal | number | | 5 | | 3-7 | | 5 | true | | | NumDefInv | number | | 5 | | 10- | | | | 10 < 5 < 0 | | NumDefOpts | number | | 5 | 1,3,5,7 | 2-6 | | 5 | true | | | NumDefNotOpts | number | | 5 | 1,3,7,9 | 2-6 | | | | valid option | | NumDefInvOpt | number | | 5 | 1,3,5,7 | 6-10 | | | | 6 < 5 < 10 | | NumDefNotNum | number | | a | | | | | | type "number" | | NumDefOptsNotNum | number | | 1 | 1,a,2 | | | | | type "number" | | | | | | | | | | | | | StrDef | string | | hello | | | | hello | true | | | StrDefInv | string | | hello | | world | | | | regex error | | StrDefOpts | string | | a | a,b,c | | | a | true | | | StrDefNotOpts | string | | a | b,c,d | | | | | valid option | | StrDefValOpts | string | | a | a,b,c,d,e,f | [a-c] | | a | true | | | StrDefInvOpt | string | | d | a,b,c,d,e,f | [a-c] | | | | regex error | | | | | | | | | | | | | LStrDef | list(string) | | ["a"] | | | | ["a"] | true | | | LStrDefOpts | list(string) | | ["a"] | ["a"], ["b"] | | | ["a"] | true | | | LStrDefNotOpts | list(string) | | ["a"] | ["b"], ["c"] | | | | | valid option | | | | | | | | | | | | | MulDef | tag-select | | ["a"] | | | | ["a"] | true | | | MulDefOpts | multi-select | | ["a"] | a,b | | | ["a"] | true | | | MulDefNotOpts | multi-select | | ["a"] | b,c | | | | | valid option | | | | | | | | | | | | | | Input Vals | | | | | | | | | | NumIns | number | 3 | | | | | 3 | false | | | NumInsOptsNaN | number | 3 | 5 | a,1,2,3,4,5 | 1-3 | | | | type "number" | | NumInsNotNum | number | a | | | | | | | type "number" | | NumInsNotNumInv | number | a | | | 1-3 | | | | 1 < a < 3 | | NumInsDef | number | 3 | 5 | | | | 3 | true | | | NumIns/DefInv | number | 3 | 5 | | 1-3 | | 3 | true | | | NumIns=DefInv | number | 5 | 5 | | 1-3 | | | | 1 < 5 < 3 | | NumInsOpts | number | 3 | 5 | 1,2,3,4,5 | 1-3 | | 3 | true | | | NumInsNotOptsVal | number | 3 | 5 | 1,2,4,5 | 1-3 | | | | valid option | | NumInsNotOptsInv | number | 3 | 5 | 1,2,4,5 | 1-2 | | | true | valid option | | NumInsNotOpts | number | 3 | 5 | 1,2,4,5 | | | | | valid option | | NumInsNotOpts/NoDef | number | 3 | | 1,2,4,5 | | | | | valid option | | | | | | | | | | | | | StrIns | string | c | | | | | c | false | | | StrInsDupeOpts | string | c | | a,b,c,c | | | | | unique | | StrInsDef | string | c | e | | | | c | true | | | StrIns/DefInv | string | c | e | | [a-c] | | c | true | | | StrIns=DefInv | string | e | e | | [a-c] | | | | regex error | | StrInsOpts | string | c | e | a,b,c,d,e | [a-c] | | c | true | | | StrInsNotOptsVal | string | c | e | a,b,d,e | [a-c] | | | | valid option | | StrInsNotOptsInv | string | c | e | a,b,d,e | [a-b] | | | | valid option | | StrInsNotOpts | string | c | e | a,b,d,e | | | | | valid option | | StrInsNotOpts/NoDef | string | c | | a,b,d,e | | | | | valid option | | StrInsBadVal | string | c | | a,b,c,d,e | 1-10 | | | | min cannot | | | | | | | | | | | | | | list(string) | | | | | | | | | | LStrIns | list(string) | ["c"] | | | | | ["c"] | false | | | LStrInsNotList | list(string) | c | | | | | | | list of strings | | LStrInsDef | list(string) | ["c"] | ["e"] | | | | ["c"] | true | | | LStrIns/DefInv | list(string) | ["c"] | ["e"] | | [a-c] | | | | regex cannot | | LStrInsOpts | list(string) | ["c"] | ["e"] | ["c"],["d"],["e"] | | | ["c"] | true | | | LStrInsNotOpts | list(string) | ["c"] | ["e"] | ["d"],["e"] | | | | | valid option | | LStrInsNotOpts/NoDef | list(string) | ["c"] | | ["d"],["e"] | | | | | valid option | | | | | | | | | | | | | MulInsOpts | multi-select | ["c"] | ["e"] | c,d,e | | | ["c"] | true | | | MulInsNotListOpts | multi-select | c | ["e"] | c,d,e | | | | | json encoded | | MulInsNotOpts | multi-select | ["c"] | ["e"] | d,e | | | | | valid option | | MulInsNotOpts/NoDef | multi-select | ["c"] | | d,e | | | | | valid option | | MulInsInvOpts | multi-select | ["c"] | ["e"] | c,d,e | [a-c] | | | | regex cannot |
अंतर खोजें