Regex

Regex to find unserialize function followed by anything being passed a variable.
unserialize\(.*(\$)*
Last modified 2yr ago