Regex Operator

The re (regex) operator allows you to use regular expressions to match the value of a string field. Diffbot supports ElasticSearch's regular expression syntax.

For Example: To return all Organization entities with a name consisting of the string "Faceb", followed by any number of other characters (including "Facebook, Inc.", "Facebot", "Facebooking", etc.), you can use:

type:Organization re:name:"faceb.+"