Closed Thread
Results 1 to 9 of 9

Thread: Not much of a regex person? read this

  1. #1
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Not much of a regex person? read this

    Well, if like me, you find it hard to make a regex expression to do whatever you want it to do, and not whatever it wants... you might want to try this tool:
    txt2re: headache relief for programmers :: regular expression generator
    I found it a couple months ago, and I thought I'd share it for everyone else.
    You just paste a sample of what you want to filter, and then select using the colored boxes

    It will produce an array of all those, then you just select the one you want.. and hopefully arrange it a little bit lol.. because the output code is not that good, so you might want to arrange it a little bit in your actual program.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,478
    Blog Entries
    75
    Rep Power
    143

    Re: Not much of a regex person? read this

    It's interesting, but doesn't help much with the types of things I do.

    Regular expressions are worth learning, but they take a bit of effort to get the hang of them.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Jordan Guest

    Re: Not much of a regex person? read this

    Very interesting, might come in handy. Thanks for the post!

  5. #4
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: Not much of a regex person? read this

    No problem.
    @Winged: Well, this is good to help newbies with regex (or lazy people that are too lazy to learn regex)... so do you have any resource where we can actually learn it? I'd be willing to take a look at it.

  6. #5
    Jordan Guest

    Re: Not much of a regex person? read this


  7. #6
    Join Date
    Jul 2006
    Posts
    16,478
    Blog Entries
    75
    Rep Power
    143

    Re: Not much of a regex person? read this

    I haven't found a good tutorial. The book "Mastering Regular Expressions" by O'Reilly press is excellent, however.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  8. #7
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: Not much of a regex person? read this

    Thanks jordan, will take a look

  9. #8
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Re: Not much of a regex person? read this

    Quote Originally Posted by WingedPanther View Post
    I haven't found a good tutorial. The book "Mastering Regular Expressions" by O'Reilly press is excellent, however.
    800 pages? holy crap...

  10. #9
    Join Date
    Jul 2006
    Posts
    16,478
    Blog Entries
    75
    Rep Power
    143

    Re: Not much of a regex person? read this

    Regular Expressions Pocket Reference is 116 pages, but they're 1/4 size pages
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. The person above - Game!
    By Donovan in forum Games
    Replies: 504
    Last Post: 07-14-2011, 11:28 PM
  2. Dr. scheme, (yet another person in need of help)
    By Soupdude in forum General Programming
    Replies: 3
    Last Post: 11-10-2009, 01:03 PM
  3. Is a person that knows only HTML a programmer?
    By relapse in forum General Programming
    Replies: 10
    Last Post: 08-12-2009, 07:57 AM
  4. V new person here
    By billysbabe in forum C and C++
    Replies: 2
    Last Post: 01-22-2009, 11:16 AM
  5. Disabled person learning C needs help
    By revron in forum C and C++
    Replies: 2
    Last Post: 10-08-2007, 04:06 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