steps:-
1) Draw the DFA of RE which represent L
2) if more than one final states present in your DFA, make one Final states using ∈ transitions
3) interchange the initial state and final state
4) Change the direction of each edge
5) may be it leads to NFA, so convert into DFA
6) obtain the RE from DFA which is your required RE of LR.