File tree Expand file tree Collapse file tree
definitions/standard/runtime_definition/number Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "runtimeName" : " std::number::has_digits" ,
3+ "runtimeParameterDefinitions" : [
4+ {
5+ "runtimeName" : " number" ,
6+ "defaultValue" : null ,
7+ "name" : [
8+ {
9+ "code" : " en-US" ,
10+ "content" : " Number Input"
11+ }
12+ ],
13+ "description" : [
14+ {
15+ "code" : " en-US" ,
16+ "content" : " The number to check for digit characters."
17+ }
18+ ],
19+ "documentation" : []
20+ }
21+ ],
22+ "throwsError" : false ,
23+ "name" : [
24+ {
25+ "code" : " en-US" ,
26+ "content" : " Has Digits in Number"
27+ }
28+ ],
29+ "description" : [
30+ {
31+ "code" : " en-US" ,
32+ "content" : " Checks if the given number contains any digit characters"
33+ }
34+ ],
35+ "documentation" : [],
36+ "alias" : [
37+ {
38+ "code" : " en-US" ,
39+ "content" : " has;digits;contains;number;std"
40+ }
41+ ],
42+ "displayMessage" : [
43+ {
44+ "code" : " en-US" ,
45+ "content" : " Does ${number} have digits"
46+ }
47+ ],
48+ "deprecationMessage" : [],
49+ "displayIcon" : " tabler:math-function" ,
50+ "signature" : " (number: NUMBER): BOOLEAN" ,
51+ "linkedDataTypeIdentifiers" : [
52+ " NUMBER" ,
53+ " BOOLEAN"
54+ ]
55+ }
You can’t perform that action at this time.
0 commit comments