What is the correct syntax for checking if the current url/page contains the string "Registration_Step_2". I have
#if ($core_v2_utility.IsMatch($core_v2_urls.Current,"/.*Registration_Page_2.*/",$core_v2_utility.MakeList("IgnoreCase")))
but, it doesn't seem to work.