kytschBASIC

Put down that phone!
Please view me on real computer.

SANITISE

Sanitise the input from a user for example so not to expose yourself to things like XSS.

Example

DEF content$=SANITISE("<script>alert('XSS')</script>")

PRINT content$

Output

<script>alert('XSS')</script>

See also

HASH  | HASHVERIFY  | UUID