Class

String

Extends:

Includes:

There's no documentation for this item.

Classes
InvalidPathConversion
Public Methods
/ Concatenates a path
camel_case "foo_bar".camel_case #=> "FooBar"
escape_regexp Escapes any characters in the string that would have special meaning in a regular expression.
indent Takes lines of text, removes any indentation, and adds indentation number of spaces to each line
snake_case "FooBar".snake_case #=> "foo_bar"
to_const_string "merb/core_ext/string" #=> "Merb::CoreExt::String"
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.