I have already seen that wxw^r is regular as explained in this post Why L={wxw^R| w, x belongs to {a,b}^+ } is a regular language
if i apply the same logic here that w will eat up everything except the last two symbols which can be either 0 or 1
ex : w=101
x=1010
w^r=101
then string is 1010101101
now x will be 10101011
so we can construct a regular expression (0+1)*(0+1)(0+1)
so it should be regular
is my explanation correct or the language will not be regular because where
i seen the question it was written that the language is not regular with no explanation