- indexing
- description: "Wildcard matcher which can extract the found patten", "from a text source."
- cluster: matcher
class WILDCARD_EXTRACTOR
- inherit
-
WILDCARD
-
- rename
-
search_forward
as matcher_search_forward,
-
search_backward
as matcher_search_backward,
-
match
as matcher_match,
-
match_prefix
as matcher_match_prefix,
-
match_suffix
as matcher_match_suffix,
-
match_left_part
as matcher_match_left_part,
-
match_right_part
as matcher_match_right_part
- end
-
EXTRACTOR
- end
- creation
- make,
- make_insensitive,
- make_sensitive
end -- class WILDCARD_EXTRACTOR