str = String.new("ler-2545654-45-an-audience-with---
corporate_counsel")
=> "ler-2545654-45-an-audience-with---corporate_counsel"
str.sub('-', '/').sub('-', '/').sub('-', '/')
=> "ler/2545654/45/an-audience-with---corporate_counsel"
On Jul 24, 2:50 am, Priya Buvan <[email protected]>
wrote:
> Hi all,
>
> I have a string, which contains some special characters. From that i
> need to replace first 3 special chars with another special char.
>
> Eg:-
> "ler-2545654-45-an-audience-with---corporate_counsel" is original
> string.
> I need result as "ler/2545654/45/an-audience-with---corporate_counsel"
>
> Thank you,
> Priya
> --
> Posted viahttp://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
-~----------~----~----~----~------~----~------~--~---