Re: String Replace method in Nav Manager

2014-08-20 Thread Tony Chung
Escaping is always better. ;-) -T On Tue, Aug 19, 2014 at 12:19 PM, Joel Kinzel wrote: > Top one didn't work, bottom one did. Always much appreciated Jian! > > On Friday, July 18, 2014 12:10:51 PM UTC-5, Jian Huang wrote: >> >> <%!! Context:CurrentIndex.Headline.Replace( ,-) !!%> >> >> or >> >>

Re: String Replace method in Nav Manager

2014-08-19 Thread Joel Kinzel
Top one didn't work, bottom one did. Always much appreciated Jian! On Friday, July 18, 2014 12:10:51 PM UTC-5, Jian Huang wrote: > > <%!! Context:CurrentIndex.Headline.Replace( ,-) !!%> > > or > > <%!! Context:CurrentIndex.Headline.Replace(Escape:Space ,-) !!%> > > On Monday, July 7, 2014 2:54:56

Re: String Replace method in Nav Manager

2014-07-18 Thread Jian Huang
<%!! Context:CurrentIndex.Headline.Replace( ,-) !!%> or <%!! Context:CurrentIndex.Headline.Replace(Escape:Space ,-) !!%> On Monday, July 7, 2014 2:54:56 PM UTC-4, Joel Kinzel wrote: > > All, > > I'm trying to use the String.Replace() method inside nav manager to > replace/remove spaces. So I'm

String Replace method in Nav Manager

2014-07-07 Thread Joel Kinzel
All, I'm trying to use the String.Replace() method inside nav manager to replace/remove spaces. So I'm trying to get "my page" to become "mypage" (or "my-page"). Has anyone successfully done a String.Replace in nav. code? Joel -- You received this message because you are subscribed to the Go