-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I am reusing the code to copy excel data in Obsidian editor. One issue is that when running the code is iOS, the regex throws an error as lookbehind regex is not supported in Safari based devices.
Use of lookbehind regex in excel-markdown-helpers.ts
| const EXCEL_NEWLINE_ESCAPED_CELL_REGEX = /"([^\t]*(?<=[^\r])\n[^\t]*)"/g; |
Question: Is it possible to rewrite this regex without lookbehind regex? I am looking for your help as I didn't want to touch the regex without much context and introduce some regression by fixing this.
Metadata
Metadata
Assignees
Labels
No labels