Changes between Version 1 and Version 2 of MultiWordCondition
- Timestamp:
- Mar 16, 2009, 1:21:40 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultiWordCondition
v1 v2 4 4 5 5 The very basic multiple words condition is a tag consisting of 3 dots ({{{...}}}). This tag matches any number of any words.[[BR]] 6 More sophisticated multiple words conditions can be created using a [wiki:NamedVariable named variable] followed by an asterisk character ({{{*}}}), like e.g. {{{$SPACE*}}}. 6 More sophisticated multiple words conditions can be created using a [wiki:NamedVariable named variable] followed by an asterisk character ({{{*}}}), like e.g. {{{$SPACE*}}}. This has the expected meaning of any number of words matching criteria of the given variable.