mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
added escape support on matching text
This commit is contained in:
4
src/services/utils/questionHtmlUtils.ts
Normal file
4
src/services/utils/questionHtmlUtils.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
export function escapeMatchingText(input: string){
|
||||
return input.replaceAll("\\-", "-");
|
||||
}
|
||||
Reference in New Issue
Block a user