How to match any host in IngressRoute?

Can I just match any host coming in? I don't want to add new domains every time and my app server does the handling anyway.

I tried HostRegexp(`{any:.+}`) which worked