contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
pattern   any    
Sample Code   Related Syntax    

Syntax

  any
  OR  (as an element test)
  content is any


Purpose

Can be used in a pattern to match all possible characters or can be used in an element content-type test.

When used in pattern matching, any can be used with any of the pattern repetition and optionality modifiers:

any may be used as part of a custom character class to precisely define the characters sought. For example, to define a character class consisting of non-ASCII vowels, the class can be defined as: [any except "aeiouAEIOU"].

As an element test, any is used specifically in a content is test. Briefly, the test succeeds if the stated element is declared of type any.

Sample Code  
   System-calls
   TeX to SGML conversions
   Up translations: a simple example
 
Related Syntax
   any-text
   blank
   content is
   digit
   find
   lc
   letter
   lookahead, lookahead not
   matches
   pattern
   space
   translate
   uc
   white-space
 
 
----

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:01:02 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.