INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Match `pattern' against string `s'. The whole string must
-- match. Set attributes `found' and - if match succeeded -
-- `start_position' and `end_position'.
-- Match `pattern' against any prefix of string `s'.
-- Set attributes `found' and - if match succeeded -
-- `start_position' and `end_position'.
-- Match `pattern' against any suffix of string `s'.
-- Set attributes `found' and - if match succeeded -
-- `start_position' and `end_position'.
-- Match `pattern' against any part (substring) of string `s'.
-- Matching is from left to right. Attributes `found' and -
-- if matched - `start_position' and `end_position' are set.
-- Match `pattern' against any part (substring) of string `s'.
-- Matching is from right to left. Attributes `found' and -
-- if matched - `start_position' and `end_position' are set.
-- Does string `s' matches with pattern?
-- The whole string must match.
-- Does any prefix of string `s' matches with pattern?
-- Does any suffix of string `s' matches with pattern?
-- Does any substring of `s' matches with pattern?
-- Matching is from left to right.
-- Does any substring of `s' matches with pattern?
-- Matching is from right to left.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |