10 lines
No EOL
239 B
JSON
10 lines
No EOL
239 B
JSON
{
|
|
"id": "null_separation",
|
|
"sort_order": 21,
|
|
"name": "Null Separation",
|
|
"description": "output everything after the first zero in the input data",
|
|
"stages": [{
|
|
"input": "9834726\u0000Hello, worlg!",
|
|
"output": "Hello, worlg!"
|
|
}]
|
|
} |