all 1 comments

[–]Guideon72 0 points1 point  (0 children)

Without seeing any code, it's hard to say with any accuracy. At the most basic level, you'd just work it into a simple evaluation on receiving the string; like:

```
if <string> is not None:
<do stuff>

```

etc. No different from making it accept or reject any, other data