...
The function REPL_WMASK identifies a line based on a pattern defined in parameter 1 and replaces the line by applying a character mask defined in parameter 2. The pattern in parameter 1 is defined the same way as described above (see the section “Search Search for pattern” pattern above). The mask is using two special characters:
...
All other characters are used for replacing the characters in the output line on their position in the mask.
Info |
---|
All spaces are shrank to 1 space during the comparison. It means the comparison of texts “|* 00001100 ABC |” and “|* 00001100 ABC |” are considered as equal. |
Upper/lower case is not taken into account.
...