mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
4 lines
92 B
TypeScript
4 lines
92 B
TypeScript
|
|
export function escapeMatchingText(input: string){
|
|
return input.replaceAll("\\-", "-");
|
|
} |