gchq / gchq/CyberChef

Operation request: Respace / Chunks

Open
#1,586 1 comment 1 reaction 0 assignees View on GitHub
operation
Dominant language
JavaScript
Stars
35.8k
Forks
4.1k
Avg merge
2d 26m
Merged PRs (30d)
33

Description

## Summary
Add given whitespace (or any custom delimiter; I can imagine space and newline being the most useful) at regular intervals to a string. The use case is to separate a large block of text data into chunks.
### Example Input
010010000110010101101100011011000110111100100000010101110110111101110010011011000110010000100001 with interval 8 and delimiter space
### Example Output
01001000 01100101 01101100 01101100 01101111 00100000 01010111 01101111 01110010 01101100 01100100 00100001

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.