|
156 | 156 | } |
157 | 157 | }, |
158 | 158 | "split": { |
| 159 | + "charAfterChunkDescription": "Character after each chunk", |
| 160 | + "charBeforeChunkDescription": "Character before each chunk", |
| 161 | + "chunksDescription": "Number of chunks of equal length in the output.", |
| 162 | + "chunksTitle": "Use a Number of Chunks", |
159 | 163 | "description": "World's simplest browser-based utility for splitting text. Input your text and specify a separator to split it into multiple parts. Perfect for data processing, text manipulation, or extracting specific content from larger text blocks.", |
| 164 | + "lengthDescription": "Number of characters that will be put in each output chunk.", |
| 165 | + "lengthTitle": "Use Length for Splitting", |
| 166 | + "outputSeparatorDescription": "Character that will be put between the split chunks. (It's newline \"\\n\" by default.)", |
| 167 | + "outputSeparatorOptions": "Output Separator Options", |
| 168 | + "regexDescription": "Regular expression that will be used to break text into parts. (Multiple spaces by default.)", |
| 169 | + "regexTitle": "Use a Regex for Splitting", |
| 170 | + "resultTitle": "Split Result", |
160 | 171 | "shortDescription": "Split text into multiple parts using a separator", |
161 | 172 | "splitSeparatorOptions": "Split separator options", |
162 | | - "title": "Split", |
163 | | - "resultTitle": "Split Result", |
164 | | - "outputSeparatorOptions": "Output Separator Options", |
165 | | - "symbolTitle": "Use a Symbol for Splitting", |
166 | 173 | "symbolDescription": "Character that will be used to break text into parts. (Space by default.)", |
167 | | - "regexTitle": "Use a Regex for Splitting", |
168 | | - "regexDescription": "Regular expression that will be used to break text into parts. (Multiple spaces by default.)", |
169 | | - "lengthTitle": "Use Length for Splitting", |
170 | | - "lengthDescription": "Number of characters that will be put in each output chunk.", |
171 | | - "chunksTitle": "Use a Number of Chunks", |
172 | | - "chunksDescription": "Number of chunks of equal length in the output.", |
173 | | - "outputSeparatorDescription": "Character that will be put between the split chunks. (It's newline \"\\n\" by default.)", |
174 | | - "charBeforeChunkDescription": "Character before each chunk", |
175 | | - "charAfterChunkDescription": "Character after each chunk" |
| 174 | + "symbolTitle": "Use a Symbol for Splitting", |
| 175 | + "title": "Split" |
176 | 176 | }, |
177 | 177 | "statistic": { |
178 | 178 | "characterFrequencyAnalysis": "Character Frequency Analysis", |
|
0 commit comments