Sanitize user input: Difference between revisions

m
(julia example)
m (→‎{{header|Wren}}: Minor tidy)
 
Line 286:
 
Furthermore, there is a blacklist of unacceptable names though in practice this would probably be longer or more sophisticated than the one I've used here, depending on what will be done with the records later.
<syntaxhighlight lang="ecmascriptwren">import "./ioutil" for Input
import "./pattern" for Pattern
import "./str" for Str
import "./iterate" for Indexed
 
class Person {
9,476

edits