string s = "http://www.baidu.com/s?wd=%D6%D0%B9%FA&cl=3" ;
Text = Regex . Match(s, @"[?|&]cl=([^&]*)" ) . Result( "$1" );