Simple Regex

No filter.

../../../_images/quick_search_no_filter_regex.png

Regex Filter: rs*

All elements that contain the text rs.

../../../_images/quick_search_regex_star.png

Regex Filter: p?c

All elements that contain the text p<any_character>c.

../../../_images/quick_search_regex_questmark.png

Regex Filter: ^tc

All elements that start with the text tc.

../../../_images/quick_search_regex_caret.png

Regex Filter: child$

All elements that end with the text child.

../../../_images/quick_search_regex_dollar.png