mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
feat: add text repeat tool
- Added text repeat tool to repeat input text multiple times with optional delimiter. - Included functionality for custom repetition amounts and delimiters.
This commit is contained in:
@@ -9,13 +9,15 @@ import { tool as stringToMorse } from './to-morse/meta';
|
||||
import { tool as stringSplit } from './split/meta';
|
||||
import { tool as stringJoin } from './join/meta';
|
||||
import { tool as stringReplace } from './text-replacer/meta';
|
||||
import { tool as stringRepeat } from './repeat/meta';
|
||||
|
||||
export const stringTools = [
|
||||
stringSplit,
|
||||
stringJoin,
|
||||
stringRemoveDuplicateLines,
|
||||
stringToMorse,
|
||||
stringReplace
|
||||
stringReplace,
|
||||
stringRepeat
|
||||
// stringReverse,
|
||||
// stringRandomizeCase,
|
||||
// stringUppercase,
|
||||
|
||||
Reference in New Issue
Block a user