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!
umm...
its been a while...
i wrote a program a while back that replaced a few things, i only used one thing at a time...
This seems a little strange that they have it seperated...
<([^>]|\n)*>
I actually think it replaces all those
except i think the \n is together
so it replaces any < or ( or [ or ^ or > or ] or | or \n or ) or * or > with a a blank space?
i am kind of confused why they repeate > 2 times.... I dont think it means anything though... Seems they skiped { } ~ _ those also seemed to be logical things to want to replace...
no clue about the |.
I know in math is means Such That...
Not sure if it has the same meaning in programing....
like 1.2 ~ 1
or something, i forget pascal...?