Module
RParsec::StringUtils
In:
rparsec/misc.rb
Internal utility functions for string manipulations.
Methods
starts_with?
Public Class methods
starts_with?
(str, sub)
Does
str
starts with the
sub
string?
[Validate]