Closed Thread
Results 1 to 7 of 7

Thread: Regular expressions

  1. #1
    Nightracer's Avatar
    Nightracer is offline Programmer
    Join Date
    Jun 2006
    Posts
    131
    Rep Power
    0

    Regular expressions

    Do you use regular expressions often?
    I have to say they are my favorite part of programming, they are so versatile and once you get the hang of it, easy too.

    Regular expressions should be on the first things you learn when you start programming in any language

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    brackett is offline Programmer
    Join Date
    May 2006
    Posts
    192
    Rep Power
    22
    I use them occasionally, and they are quite versatile. However, I find their syntax mind numbing and feel stupid everytime I look at one.

  4. #3
    NeedHelp Guest
    What are regular expressions?

  5. #4
    Void's Avatar
    Void is offline Programming Expert
    Join Date
    Jun 2006
    Posts
    410
    Rep Power
    23
    Search patterns basically

    http://www.regular-expressions.info/
    Void

  6. #5
    the-chad is offline Newbie
    Join Date
    Jun 2006
    Posts
    23
    Rep Power
    0
    This is on my list. I really want to learn them.

  7. #6
    Crane's Avatar
    Crane is offline Programming Expert
    Join Date
    Nov 2005
    Posts
    398
    Rep Power
    25
    Good to know but for every OS and then for every language you learn it will change.

  8. #7
    Nightracer's Avatar
    Nightracer is offline Programmer
    Join Date
    Jun 2006
    Posts
    131
    Rep Power
    0
    They can cut down ALOT of time if you know how to use them.
    Every language has its own way of using REGEX but they are all similar i have found.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Regular Expressions
    By chili5 in forum Java Tutorials
    Replies: 11
    Last Post: 06-14-2010, 04:13 PM
  2. Need help with regular expressions
    By Wiizle in forum PHP Development
    Replies: 5
    Last Post: 04-12-2010, 12:17 PM
  3. C# Regular Expressions
    By totonex in forum C# Programming
    Replies: 4
    Last Post: 12-12-2009, 11:11 AM
  4. regular expressions
    By Lop in forum C and C++
    Replies: 5
    Last Post: 09-16-2008, 08:38 AM
  5. Regular Expressions
    By John in forum PHP Tutorials
    Replies: 27
    Last Post: 09-11-2008, 12:25 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts