I would appreciate a "contains" method for Strings similiar to the Java method.
Basically it would like this:
public static function contains(s1:String, s2:String):Boolean
{
return s1.indexOf(s2) > -1;
}
Original issue reported on code.google.com by to.s...@gmail.com on 19 Dec 2009 at 12:06
Original issue reported on code.google.com by
to.s...@gmail.com
on 19 Dec 2009 at 12:06