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::remove_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" : " This is the numeric input. The result will be its value without any digits."
17+ }
18+ ],
19+ "documentation" : []
20+ }
21+ ],
22+ "throwsError" : false ,
23+ "name" : [
24+ {
25+ "code" : " en-US" ,
26+ "content" : " Remove Digits from Number"
27+ }
28+ ],
29+ "description" : [
30+ {
31+ "code" : " en-US" ,
32+ "content" : " Removes all digit characters from the input number, effectively stripping it down to its non-digit components."
33+ }
34+ ],
35+ "documentation" : [],
36+ "alias" : [
37+ {
38+ "code" : " en-US" ,
39+ "content" : " remove:digits;strip;number;math;std"
40+ }
41+ ],
42+ "displayMessage" : [
43+ {
44+ "code" : " en-US" ,
45+ "content" : " Remove Digits from ${number}"
46+ }
47+ ],
48+ "deprecationMessage" : [],
49+ "displayIcon" : " tabler:math-function" ,
50+ "signature" : " (number: NUMBER): NUMBER" ,
51+ "linkedDataTypeIdentifiers" : [
52+ " NUMBER"
53+ ]
54+ }
You can’t perform that action at this time.
0 commit comments