WireTextTools::diffMarkup() method

Given two strings ($old and $new) return a diff string in HTML markup

Available since version 3.0.144.

Usage

// basic usage
$string = $wireTextTools->diffMarkup(string $old, string $new);

// usage with all arguments
$string = $wireTextTools->diffMarkup(string $old, string $new, array $options = []);

Arguments

NameType(s)Description
oldstring

Old string value

newstring

New string value

options (optional)array

Options to modify behavior:

  • ins (string) Markup to use for diff insertions (default: <ins>{out}</ins>)
  • del (string) Markup to use for diff deletions (default: <del>{out}</del>)
  • entityEncode (bool): Entity encode values, other than added ins/del tags? (default=true)
  • split (string): Regex used to split strings for parts to diff (default=\s+)

Return value

string


WireTextTools methods and properties

API reference based on ProcessWire core version 3.0.244

“I am currently managing a ProcessWire site with 2 million+ pages. It’s admirably fast, and much, much faster than any other CMS we tested.” —Nickie, Web developer