Export length filter function for backwards compatibility.

  • Internal

    Build a filter function to get the length of a string. Evaluates to int.

    Type Parameters

    Parameters

    • str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

      The string to compute the length for. This can either be a string, a reference to a field or another filter function.

    Returns NumberFilterFunction<EntityT>

    The newly created filter function

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.