Sets regex flags
string $flags Regex flags:
$this
public function setFlags($flags) { $this->flags = $flags; return $this; }