Skip to content

Commit

Permalink
adding äÄöÖüÜߧ²³°´? to allowed chars in sql play ground (#1647)
Browse files Browse the repository at this point in the history
adding äÄöÖüܧ²³°´ to allowed chars in sql play ground

Co-authored-by: Sven Roman Reinhard <sven.roman.reinhard@mni.thm.de>
  • Loading branch information
S-Reinhard and SRReinhard authored May 21, 2024
1 parent 3e0c52b commit 08b4c4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export class HighlightedInputComponent

// allow only caracteres for valid sql query
text = text.replace(
/[^a-zA-Z0-9\(\)\[\]\{\}\s\.\,\;\=\+\-\*\/\>\<\!\@\#\$\%\^\&\_\~\`\:\'\"\|\\]/g,
/[^a-zA-Z0-9üöäÄÖÜß\(\)\[\]\{\}\s\.\,\;\=\+\-\*\/\>\<\!\@\#\$\?\%\^\&\_\~\`´°²³§\:\'\"\|\\]/g,
""
);

Expand Down

0 comments on commit 08b4c4e

Please sign in to comment.