Skip to content

Commit

Permalink
Issue #505
Browse files Browse the repository at this point in the history
  • Loading branch information
bindeali committed Oct 26, 2023
1 parent f3203f6 commit 405340b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/function/FunctionCreateVars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export function createNewElemIRI(scheme: string, name: string): string {
.trim()
.normalize()
.replace(/[\s\\]/g, "-")
.replace(/[/]/g, encodeURIComponent("/"))
.replace(/[(?&)"^<>]/g, "")
);
}
Expand Down

0 comments on commit 405340b

Please sign in to comment.