[Tex/LaTex] Raggedleft and raggedright simultaneously

horizontal alignment

This seems trivial, but I'd like a single line to have some text with left-justification and right-justification at the same time, eg.

left text here                                               right text here
normal text, normal text, normal text, normal text, normal text, normal text,
normal text, normal text, normal text, normal text, normal text, normal text,
normal text, normal text, normal text, normal text, normal text, normal text,

Would it be some combination of ragged lefts and rights? My (non-working) solution would be something like:

{\raggedleft left text here} {\raggedright right text here}  

Best Answer

How about \noindent left text here \hfill right text here?