Login or Sign Up
Logging in...
Remember me
Log in
Forgot password or user name?
or
Sign Up
Log in with
Search in titles only
Search in PHP only
Search
Advanced Search
Forum
Groups
Today’s Posts
Calendar
Forum
Server side development
PHP
Announcement
Collapse
No announcement yet.
regexp
Collapse
X
Collapse
Posts
Latest Activity
Photos
Search
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
SDP2006
New to the CF scene
Join Date:
May 2003
Posts:
1090
Share
Tweet
#1
regexp
Feb 29, 2004, 03:56 PM
I need to learn regexp, but it makes my head spin when I look at it. Does anyone know of a *good* tutorial/resource for it? Yes, I've googled.
Thanks
Stevie Peele
Neverside IRC Network - irc.veonex.net | tc.tutorialnetwork.org
#dev
- any programming,etc. question
#design
- design discussion and critque
#central
- general chat
Come join us!
missing-score
New to the CF scene
Join Date:
Jan 2003
Posts:
2409
Share
Tweet
#2
Feb 29, 2004, 04:30 PM
If you look on
http://www.php.net/preg-replace
i believe it tells you something about the syntax. Im good at regexp (not mordred level though) and i learnt most of what I know from php.net and looking at other code and testing the effects of it.
PHP Weekly - A PHP Developers Resource
PHP 5.1.4 and Ruby on Rails web hosting
Moderator of
PHP
and
Work offers and Requests
Install Apache/PHP/MySQL
(by marek_mar)
|
TinyPlugin Architecture
Comment
Post
Cancel
mordred
New to the CF scene
Join Date:
Jun 2002
Posts:
1879
Share
Tweet
#3
Feb 29, 2004, 06:19 PM
The relevant pages in the PHP manual are of course the first address to look up syntax of PHP's regexp implementation. Some other helpful pages are:
http://etext.lib.virginia.edu/helpsheets/regex.html
(a helpful tutorial, though aimed at Perl/Unix)
http://www.regexblogs.com/
(yes, a weblog about regexps...)
http://www.regular-expressions.info/
(general tutorial, many languages)
If it seems to take some time to 'grok' the concepts, that's quite normal. They do indeed look like fuzzy hieroglyphs.
De gustibus non est disputandum.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
X
Comment