Welcome Guest, Not a member yet? Register   Sign In
string parsing in between curly bracket
#5

[eluser]Reynolds[/eluser]
Perhaps I should state what's going on.


I have template.html file (containing html tags, with a template variable "{key:value}"), now from the Controller I read that file, and store it into a php variable, and find those template variables in curly bracket, and replace it of whatever I find from the DB. Finally, I pass the the result to a view, and displays it.


---
to narrow it, I just want to get the value inside the curly bracket, and replace it with a new value, knowing that the values inside these curly brackets varies/dynamic.

Code:
$str = "Hello{space}world";

// and make it into
$str = "Hello world";


Messages In This Thread
string parsing in between curly bracket - by El Forum - 01-04-2011, 07:08 PM
string parsing in between curly bracket - by El Forum - 01-04-2011, 08:35 PM
string parsing in between curly bracket - by El Forum - 01-04-2011, 08:44 PM
string parsing in between curly bracket - by El Forum - 01-04-2011, 08:59 PM
string parsing in between curly bracket - by El Forum - 01-04-2011, 09:07 PM
string parsing in between curly bracket - by El Forum - 01-04-2011, 09:16 PM
string parsing in between curly bracket - by El Forum - 01-04-2011, 09:25 PM
string parsing in between curly bracket - by El Forum - 01-04-2011, 09:33 PM
string parsing in between curly bracket - by El Forum - 01-04-2011, 10:16 PM
string parsing in between curly bracket - by El Forum - 01-05-2011, 01:57 AM
string parsing in between curly bracket - by El Forum - 01-05-2011, 02:00 AM
string parsing in between curly bracket - by El Forum - 01-05-2011, 05:06 AM
string parsing in between curly bracket - by El Forum - 01-06-2011, 01:09 AM
string parsing in between curly bracket - by El Forum - 02-16-2011, 08:19 PM
string parsing in between curly bracket - by El Forum - 02-16-2011, 10:25 PM
string parsing in between curly bracket - by El Forum - 02-18-2011, 07:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB