Skip to content

Commit 4e637e1

Browse files
authored
Update javascript-interface-library.ts
1 parent 9e21802 commit 4e637e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/javascript-interface-library.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284

285285
/**** ValueIsText ****/
286286

287-
const noCtrlCharsButCRLFPattern = /^[^\x00-\x09\x0B\x0C\x0E-\x1F\x7F-\x9F\u2028\u2029\uFFF9-\uFFFB]*$/
287+
const noCtrlCharsButCRLFPattern = /^[^\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x9F\u2028\u2029\uFFF9-\uFFFB]*$/
288288

289289
export function ValueIsText (Value:any):boolean {
290290
return ValueIsStringMatching(Value,noCtrlCharsButCRLFPattern)

0 commit comments

Comments
 (0)