--- layout: docs title: AttributeString edit_url: "https://github.com/nylas/N1/blob/master/src/flux/attributes/attribute-string.coffee" ---

Summary

The value of this attribute is always a string or null.

String attributes can be queries using equal, not, and startsWith. Matching on greaterThan and lessThan is not supported.

Instance Methods

startsWith()

Returns
Return Values

Returns a Matcher for objects starting with the provided value.