--- title: Util keywords: fastai sidebar: home_sidebar nb_path: "nbs/indexers.NoteListIndexer.util.ipynb" ---
{% raw %}
{% endraw %} {% raw %}
{% endraw %} {% raw %}

get_toplevel_elements[source]

get_toplevel_elements(str_, element, parsed=None)

{% endraw %} {% raw %}

remove_html[source]

remove_html(str_)

{% endraw %} {% raw %}

remove_prefix_chars[source]

remove_prefix_chars(s, chars)

{% endraw %} {% raw %}

is_newline[source]

is_newline(str_)

{% endraw %} {% raw %}

is_newline_div[source]

is_newline_div(div)

{% endraw %} {% raw %}

div_is_unstructured_list_title[source]

div_is_unstructured_list_title(div)

{% endraw %} {% raw %}

find_till_double_br[source]

find_till_double_br(divs)

{% endraw %} {% raw %}

get_children[source]

get_children(elem)

Fetches children of an element, put combines children when they are style element like example

{% endraw %} {% raw %}

contains[source]

contains(str_, pat)

case insensitive match

{% endraw %} {% raw %}
{% endraw %}