Skip to content

Request for StringUtil.contains #129

Open
@darronschall

Description

@darronschall

Originally filed by to.s...@gmail.com on 2009-12-19T12:06:36

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions