Module ActiveSupport::CoreExtensions::String::StartsEndsWith
In: lib/active_support/core_ext/string/starts_ends_with.rb

Additional string tests.

Methods

Public Class methods

Public Instance methods

Does the string end with the specified suffix?

Does the string start with the specified prefix?

[Validate]