Difference: SearchPatternCookbook (5 vs. 6)

Revision 62009-04-24 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="FormattedSearch"

Search Pattern Cookbook

Line: 368 to 368
 %SEARCH{ "[O]peratingSystem.*value\=.*[O]sWin" type="regex" ... }%
  • Using square brackets is a trick to avoid a hit on the topic doing the search.
Changed:
<
<
  • The .* indicate that there can be any number of any character between OperatingSystem and value in the (whole) file
>
>
  • The .* indicate that there can be any number of characters between OperatingSystem and value in the (whole) file
  Now the original file format of the category table (the predecessor of the TWiki forms) looks like this:
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.SearchPatternCookbook.