Consider below complex function $$H(\omega) = \dfrac{1}{i\omega} \left(e^{i\omega} - e^{-i\omega}\right)$$
If I replace $i$ by $-i$ in $H(\omega)$, I get back the same $H(\omega)$.
Easy to see that $H(\omega) = \dfrac{2}{\omega}\sin(\omega t)$.
Long back I heard somebody claim this, but I couldn't pursue further... Now in another topic(signals and systems), this exact property is being used again.
I feel this has something to do with flip transform. Like, f(-x) flips the graph of f(x) around y axis. Since the functions see the opposite x values, so the graphs of them flip around y axis. If f(-x) = f(x), then the function is symmetrical around y axis and we call it an even function. Hmm... I couldn't connect this to the complex domain. Help appreciated..
EDIT : Here $\omega$ is a real number (angular frequency)
Simply observe in general that
$$z=x+iy$$
$$\bar z=x-iy$$
therefore
$$z=\bar z \implies y=0$$
In your example, assuming $\omega \neq 0$ to be real and defining
$$H(\omega)=F(i\omega)$$
we have
$$F(i\omega) = \dfrac{1}{i\omega} \left(e^{i\omega} - e^{-i\omega}\right)=\overline{F(i\omega)}=F(\overline{i\omega})=F(-i\omega)$$
therefore $H(\omega)=F(i\omega)$ is real.