For example, where:
list = [admin, add, swear]
st = 'siteadmin'
st
contains string admin
from list
.
- How can I perform this check?
- How can I be informed which string from
list
was found, and if possible where (from start to finish in order to highlight the offending string)?
This would be useful for a blacklist.