ActiveSupport::CoreExtensions::String::StartsEndsWith


Files

Description

Additional string tests.

Methods

Public Class methods

append_features (base)

Public Instance methods

ends_with? (suffix)

Does the string end with the specified suffix?

starts_with? (prefix)

Does the string start with the specified prefix?