Class jStartsWith

  • All Implemented Interfaces:
    JFunctor, JMetaMetaFunctor, JSONFunctor, Serializable

    public class jStartsWith
    extends jStringComparisons
    A functor for checking if one string starts with another.
    $starstWith[target, head]
    The target string is checked for beginning with the head. This is equivalent to invoking target.startsWith(head)

    Created by Jeff Gaynor
    on 2/27/18 at 11:50 AM

    See Also:
    Serialized Form
    • Constructor Detail

      • jStartsWith

        public jStartsWith()
    • Method Detail

      • execute

        public Object execute()