Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
twitter-text
/
dist
/
esm
/
Filename :
hasInvalidCharacters.js
back
Copy
// Copyright 2018 Twitter, Inc. // Licensed under the Apache License, Version 2.0 // http://www.apache.org/licenses/LICENSE-2.0 import invalidChars from './regexp/invalidChars'; export default function (text) { return invalidChars.test(text); }