good tutorial of REGEX/POSIX/OOP ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
LostMyLove
Forum Newbie
Posts: 20
Joined: Mon Sep 27, 2004 12:20 pm

good tutorial of REGEX/POSIX/OOP ?

Post by LostMyLove »

in what local i have one of theses? or all if possible?
User avatar
nigma
DevNet Resident
Posts: 1094
Joined: Sat Jan 25, 2003 1:49 am

Post by nigma »

You can easily, almost effortlessly find quite a few tutorials using google.

For example, the following google query turned up many greate php regular expressions tutorials: php tutorial regular expressions
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

If you use this search-engine http://www.devnetwork.net/forums/search.php and search for "object oriented programming tutorial" (note: click radio button "search all terms") you'll find plenty of answers.

That's the first thing you should do before posting - just check if someone else has asked that question with the forum's search-feature.


[devnet]+object +oriented +programming +tutorial[/devnet]


feyd | added [devnet] tag for it :)
Post Reply