occurrencesChanged property
The number of occurrences (possibly multiple within a cell) changed.
For example, if replacing "e"
with "o"
in "Google Sheets"
, this
would be "3"
because "Google Sheets"
-> "Googlo Shoots"
.
Implementation
core.int? occurrencesChanged;