Express Sweet API Reference - v3.0.0
    Preparing search index...
    • Returns a new string with some or all matches of a pattern replaced by a replacement.

      Parameters

      • value: string

        String.

      • find: string

        The string to be replaced.

      • replace: string

        The string to replace.

      Returns string

      Character string after replacement.

      {{replace 'The quick brown fox jumps over the lazy dog. If the dog reacted, was it really lazy?' 'dog' 'monkey'}}