Php Reg Exp Help Needed |
|
December 31, 2007 |
Hi, I just need some simple help with Regular Expressions. I have attached the sample php file I am tring to get to work. Here are the rules I am tring get to work. 1. It Must Start With “{” 2. It must End with “}” 3. It must have atleast one “|” between “{” and “}” 4. NO {} between {}’s example of what I am needing {text|text} not {{text|text} ect… Here is the content I am tring to work thru with what data I am searching for. [code] $content1 = //{…



December 31, 2007
Leave a Reply