Ainar Abramovich wrote:
> Hi to everyone! I need to split one long line in two or multiple
> lines.. how can I do that? I have a form where you can write in for
> example 200 character long line ("aaaaaaaaa..."), when I submit
> it(line contains no spaces), char line updates in my blog, but the
> only bug is there that line is posted in its real length 200 chars
> from left to right all over other borders, can I set maxlength of it
> or something like that? (Example: when form echoes line it should be
> 100px long height:relative)

Just split words that are more than a certain number of characters long. 
Ruby's String and Regexp classes have many methods that will help you.

For further help, I'd recommend that you go to the Ruby list, as this is 
basically not a Rails question.

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to