Saxonberg Server API
    Preparing search index...
    Index

    Constructors

    Methods

    • Apply tokenizer escape processing to a verbatim source slice. Used by the matcher to materialise a greedy field's value: the matcher slices the original input from the end of the last consumed token through end-of-input, then runs this to honour outside-quote escapes (\<ws>, \\, \", \|). Quotes inside the slice are LITERAL — no quote stripping, no inside-quote escapes (per spec §2.4).

      Parameters

      • s: string

      Returns string