.. _Simple Regex:

Simple Regex
============


.. list-table::
   :widths: auto

   * - No filter.
     - .. figure:: ../../images/common/quick_search_no_filter_regex.png
   * - **Regex Filter: rs\***
       
       All elements that contain the text **rs**.
     - .. figure:: ../../images/common/quick_search_regex_star.png
   * - **Regex Filter: p?c**

       All elements that contain the text **p<any_character>c**.
     - .. figure:: ../../images/common/quick_search_regex_questmark.png
   * - **Regex Filter: ^tc**

       All elements that start with the text **tc**.
     - .. figure:: ../../images/common/quick_search_regex_caret.png
   * - **Regex Filter: child$**

       All elements that end with the text **child**.
     - .. figure:: ../../images/common/quick_search_regex_dollar.png


