parse string

Reply

Join Date: Oct 2007
Posts: 15
Reputation: odysseous is an unknown quantity at this point 
Solved Threads: 1
odysseous odysseous is offline Offline
Newbie Poster

parse string

 
0
  #1
Aug 1st, 2008
I have a parsng string problem.
I have to parse a string according to [[ ]]characters . and i have write to screen string part that not contains [[ ]] characters.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 1,407
Reputation: ShawnCplus is a glorious beacon of light ShawnCplus is a glorious beacon of light ShawnCplus is a glorious beacon of light ShawnCplus is a glorious beacon of light ShawnCplus is a glorious beacon of light 
Solved Threads: 226
Sponsor
ShawnCplus's Avatar
ShawnCplus ShawnCplus is offline Offline
Code Monkey

Re: parse string

 
0
  #2
Aug 1st, 2008
...
  1. $parsed_string = preg_replace(array('#\[\[#',
  2. '#\]\]#'),'',$whatever_string);
GCS d- s+ a-->? C++(++++) UL+++ P+>+++ L+++ E--- W+++
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC