Log in

View Full Version : intellectual property



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.

Twey
08-15-2007, 06:33 PM
Of course, the information was given to you and is publicly accessible anyway, both on this forum and, I'm sure, on other sites around the Web. They're not state secrets :)

james438
08-15-2007, 07:44 PM
hehe, thanks :p