You are here

function XBBCodeTagMatch::revert in Extensible BBCode 8

File

lib/Drupal/xbbcode/XBBCodeTagMatch.php, line 42

Class

XBBCodeTagMatch

Namespace

Drupal\xbbcode

Code

function revert($text) {
  $this->content = substr($text, $this->start + strlen($this->element), $this->offset - $this->start - strlen($this->element));
}