2024-10-10 20:51:19 +02:00
|
|
|
{
|
|
|
|
"id": "null_separation",
|
2024-10-10 21:28:55 +02:00
|
|
|
"sort_order": 21,
|
2024-10-10 20:51:19 +02:00
|
|
|
"name": "Null Separation",
|
|
|
|
"description": "output everything after the first zero in the input data",
|
2024-12-18 21:31:05 +01:00
|
|
|
"stages": [{
|
|
|
|
"input": "9834726\u0000Hello, worlg!",
|
|
|
|
"output": "Hello, worlg!"
|
|
|
|
}]
|
2024-10-10 20:51:19 +02:00
|
|
|
}
|