james438
08-15-2007, 04:05 PM
I was wondering if it is ok to list some of the things that I have learned from this site on my site, mostly as a tutorial for myself, for example what Perl stands for and a modified version of a line I got from twey:
$text=preg_replace(array('/[^\d,-]/','/[^\d]*(-)[^\d]*/','/^\D/','/\D$/'),'$1',$text); that I have learned a lot from. Actually the above is similar to the one from this post (http://www.dynamicdrive.com/forums/showthread.php?t=23660), but a little bit different.
I just don't want to be stealing the info.
$text=preg_replace(array('/[^\d,-]/','/[^\d]*(-)[^\d]*/','/^\D/','/\D$/'),'$1',$text); that I have learned a lot from. Actually the above is similar to the one from this post (http://www.dynamicdrive.com/forums/showthread.php?t=23660), but a little bit different.
I just don't want to be stealing the info.