Ruby Programming Tutorial – 24 – Regular Expressions in Loops

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

20 responses to “Ruby Programming Tutorial – 24 – Regular Expressions in Loops”

  1. Chung Ray Avatar

    I am watching it for my new job…

  2. Klee - wai :3 Avatar

    who is this bucky he keeps talking about

  3. Michael Michuki Avatar

    Great Tutorial 😀 thankyou, you madeit really simple to understand

  4. red serpent Avatar

    .scan truncates the output a="wow sheila is the greatest" has 26 characters if we scan by 3 it will leave out the last 2 Characters(st) if we scan by 5 it will leave ot only the last character(t)…sooo if we san by 9 it will leave out "greatest"
    try it a="wow Sheila is the greatest"     a.scan(/………/) { |d| puts d }   9dots, copy+paste

  5. jess raa Avatar

    in a loop that replaces swear words?

  6. 369Shahin Avatar

    Soooo what was the point of 'regular expressions in loops?'
    When will I ever use this in Ruby–examples would be appreciated thank you.

  7. Alexander Khutsishvili Avatar

    I`m using emacs and it`s pretty comfortable nad pleasant.

  8. Stefan Baiu Avatar

    Eclipse (if you really want an IDE), but you will still need to install a plugin for Ruby

  9. krajsnick Avatar

    Most professional Ruby programmers don't use an IDE though, I can understand them fully. I think most of them use either vim, sublime or some are still stuck with Textmate

  10. FGDMal Avatar

    NETBEANS!!! its the best. However, u have to install a plug in

  11. Bleu Swift Avatar

    You can get Aptana Studio plugin for Eclipse, but I prefer Notepad++ and command prompt (or terminal on Mac) for running by typing:
    ruby *filename here*
    So much cleaner and less memory extensive.

  12. Bleu Swift Avatar

    TENTH. BOOYAH.

    I felt obligated. Bucky, I love your tutorials! Long time follower and lurker and I barely give you dues. You help me SO much with these languages it's insane. Thank you 🙂

  13. Ajay George Avatar

    ninth …
    how come the regular expressions are different in different languages.. this is supposed to be like a standard or any

  14. Ajay George Avatar

    eighth!!
    never broke the chain

  15. PaulMrThe Avatar

    @ArduinoNerd so does that mean I reply by saying seventh?

  16. ArduinoNerd Avatar

    @PaulMrThe I am dissapointed, you didn't say fifth. any way sixth… I hate commenting twice…

  17. PaulMrThe Avatar

    490 characters remaining 475 characters remaining 448 characters remaining 423 characters remaining…

Leave a Reply

Your email address will not be published. Required fields are marked *