Let $L=\{w\in\{0,1\}^*:\#_0(w)<\#_1(w)\}\cup\{w\in\{0,1\}^*:\#_1(w)>2\}$,
where $\#_0(w)$ is the number of zeroes in $w$. Is the language $L$ regular?
I tried to proof that $\{w\in\{0,1\}^*:\#_0(w)<\#_1(w)\}$ is regular, by showing, that for any $i\in\mathbb N_0$ $\{w\in\{0,1\}^*:\#_0(w)<\#_1(w), |w|=i\}$ is regular. But I'm not sure if $\{w\in\{0,1\}^*:\#_1(w)>2\}$ is regular.

Setting $A = \{0,1\}$, your language can be written as \begin{align} L &= \{w \in \{0,1\}^* \mid \#_1(w)>2\} \cup \{w \in \{0,1\}^* \mid \#_0(w)<\#_1(w) \leqslant 2\}\\ &= A^*1A^*1A^*1A^* \cup \underbrace{\{\varepsilon, 1, 11\}}_{\#_0(w) = 0} \cup \underbrace{\{0, 01, 10, 011, 101, 110\}}_{\#_0(w) = 1} \end{align} and is therefore regular.