Regex

Regex to find unserialize function followed by anything being passed a variable.

unserialize\(.*(\$)*

Last updated