show/hide this revision's text 5 Needed a question mark >.>

Is it possible to make a custom operator so you can do things like :this?

if ("Hello, world!" contains "Hello") ...

Note: this is a separate question from "Is it a good idea to..." ;)

show/hide this revision's text 4 added 69 characters in body

Is it possible to make a custom operator so you can do things like:

if ("Hello, world!" contains "Hello") ...

Note: this is a separate question from "Is it a good idea to..." ;)

show/hide this revision's text 3 deleted 1681 characters in body

I know that C++ allows you to redefine existing operators, but what about creating new operators? Exciting operators? Exotic operators?!

Inquiring minds want

Is it possible to know!make a custom operator so you can do things like:

if ("Hello, world!" contains "Hello") ...
show/hide this revision's text 2 moved answer to... answer.
show/hide this revision's text 1 [made Community Wiki]