Socrata was acquired by Tyler Technologies in 2018 and is now the Data and Insights division of Tyler. The platform is still powered by the same software formerly known as Socrata but you will see references to Data & Insights going forward.

starts_with

Function: starts_with
  tell whether or a not a string is prefixed with another string

Examples:

  starts_with('foobar', 'foo')
  -- Result: true

  starts_with('foobar', 'bar')
  -- Result: false




Signatures
text, text -> checkbox