macromedia COLDFUSION MX 7 Web Application Construction Kit [Electronic resources]

Ben Forta, Raymond Camden, Leon Chalnick, Angela Buraglia

نسخه متنی -صفحه : 281/ 198
نمايش فراداده

  • Searching for Special Characters as Literals

    Special charactersmost obviously, the greater-than and less-than signs (< and >)have special meaning for Verity. If you want to actually search for these characters, you must use a backslash (\) to "escape" each special character. For example, if you want to search for documents that contain <TABLE>, you must do it like this:

    CRITERIA="\<TABLE\>"