SyntaxFix
Write A Post
Hire A Developer
Questions
str = "this is a Test" str.sub(/^./, &:upcase) # => "This is a Test"