The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Regular Expressions in Ruby

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Mike Naberezny

Posts: 133
Nickname: mnaberez
Registered: Feb, 2007

Mike Naberezny blogs about Python.
Regular Expressions in Ruby Posted: Jan 21, 2008 9:49 PM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Mike Naberezny.
Original Post: Regular Expressions in Ruby
Feed Title: Rails for PHP Developers
Feed URL: http://railsforphp.com/feed/
Feed Description: Rails for PHP Developers is about learning Ruby and Rails from a PHP developer's perspective.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Mike Naberezny
Latest Posts From Rails for PHP Developers

Advertisement
PHP implements both POSIX and Perl-compatible regular expressions. The Perl-compatible regexp functions (which includes all the preg_* functions) is the preferred library for most developers since it has many features not available in POSIX, and is binary safe. Ruby uses Perl-compatible regular expressions, so if you’re familiar with the preg_* functions in PHP, you’re already [...]

Read: Regular Expressions in Ruby

Topic: Regular Expressions in Ruby Previous Topic   Next Topic Topic: I’m really loving 2008.

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use