. Summary
StartsWith
Returns true if the source string starts with the prefix
StartsWithIgnoreCase
Returns true if the source string starts with the prefix, ignoring case of source and prefix
StartsWith("Foo","Fo") = true
StartsWith("Foo","bar") = false
StartsWith("Fo","foo") = false
StartsWith("Fo","Fo") = true
EndsWith
Returns true if the source string ends with the postfix
EndsWithIgnoreCase
Returns true if the source string ends with the postfix, ignoring case of source and postfix
EndsWith("Fo","o") = true
EndsWith("Fo","b") = false
EndsWith("Fo","Foo") = false
EndsWith("o,"o") = true
GetTopicsWithPrefix
Returns an Array of Topics that have one or more WikiPageProperties that start with the topicPrefix specified
GetPropertyNamesWithPrefix
Returns an Array of Arrays containing the Topic Name and the Property Name for each of the intopic's Properties that start with the specified topicPrefix
GetTodos {owner |["||{!}Topic||{!}Name||{!}Note||",Newline,
namespace.Topics.Select
{
each | owner.Equals(each.GetProperty("Owner"))
}.Collect
{
each | GetPropertyNamesWithPrefix(each,"Todo").Collect
{ each | ["||[",each.Item(0),"]||",each.Item(1).Substring(4),"||",
namespace.GetTopicInfo(each.Item(0)).GetProperty(each.Item(1)),"||",Newline] }
}
]
}
GetTodos1 {owner |["||{!}Topic||{!}Name||{!}Note||",Newline,
GetTopicsWithPrefix("Todo").Select
{ each | EndsWithIgnoreCase(each.GetProperty("Owner"),owner)}.Collect
{
each | GetPropertyNamesWithPrefix(each,"Todo").Collect
{ each | ["||[",each.Item(0),"]||",each.Item(1).Substring(4),"||",
namespace.GetTopicInfo(each.Item(0)).GetProperty(each.Item(1)),"||",Newline] }
}
]
}
Prints the following table
A gathering of some WikiTalk functions
3/2/2006 8:36:04 PM - -68.209.248.222
A gathering of some WikiTalk functions
3/2/2006 8:36:04 PM - -68.209.248.222
A gathering of some WikiTalk functions
3/2/2006 8:36:04 PM - -68.209.248.222
A gathering of some WikiTalk functions
3/2/2006 8:36:04 PM - -68.209.248.222
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/25/2008 5:53:56 PM - FLWCOM-jwdavidson
A WikiPageProperty is an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/25/2008 5:27:30 PM - FLWCOM-jwdavidson
Welcome to the home of FlexWiki , a collaboration tool, based on WikiWiki , implemented using Microsoft .NET technologies
This is FlexWiki , an open source wiki engine.
This site supports the new NoFollow anti-spam initiative.
Recent Topics
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
Definition of WikiWiki on wikipedia.org
7/30/2007 9:11:19 AM - DerekLakin-90.199.71.244
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
An extension to HTML that search engines use to ignore potential LinkSpam.
3/9/2008 4:21:17 PM - FLWCOM-jwdavidson