Prev   Next   Top

Embedded Panel

This panel displays the following components:

Note1: Some HTML tags (ex. the LINK tag) can play different roles; the specific one is defined by a specific attribute or even its absence. Here are the possible formats and their meaning:

Note2: A search expression is preceded by a priority parameter, it may be followed by a modifier parameter, each one is separated by a space.

Search Expression Examples

Example 1

2 <SCRIPT*</SCRIPT>

This expression is enabled and it is executed after those that have a priority of 0 or 1. When executed, it searches in the HTML files for any sequence of characters that starts by <SCRIPT or <script and that ends by </SCRIPT> or </script>. The found text is then deleted, including the start and end word chains themselves.

Example 2

4 SRC_=_"http://+" _+

This expression is enabled and it comes after the previous expression (its priority value is 4, the previous one is 2). Its space wildcard is _ and its "any" wildcard is +. It searches for any text sequence that starts by the SRC, none-to-many whitespaces, =, none-to-many whitespaces and "http//, and that ends by the " character. The found text is then deleted, including the start and end word chains themselves.

For example, the following text (in bold) will be found by the above expression:

 


Prev   Next   Top