Function _xss
Strips javascript tags in the value to prevent from XSS attack
		Package: PHPLucidFrame\Core
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at helpers/security_helper.php
	
	Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at helpers/security_helper.php
| mixed | $value | The value or The array of values being stripped. | 
| 
			mixed
		 | the cleaned value |