Tetra-WebBBS Support Forum

Re: Any way to block particular sentences
: \btube[^s ]\S+\b
: \btubes[^s ]\S+\b
: \btubess[^s ]\S+\b

Or this one instead of the three above:

\btube([^s ]\S+|s\S+)\b

NOTE:
there is a blank behind [^s

Rainer