Skip to content

Commit 39e5b58

Browse files
author
Nico Sammito
authored
Merge pull request #271 from code0-tech/feat/#263
Add remove_digits Function to std::number
2 parents a255025 + cdbeae2 commit 39e5b58

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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+
}

0 commit comments

Comments
 (0)