Is there any idea for multiple seperator in one time? for example ``` x = ab( 123) yz = cde (34) ``` ----to---- ``` x = ab ( 123 ) yz = cde ( 34 ) ``` we need to align column three time with '=' then '(' then ')' Can we do it in one time ? for example =&&(&&)
Is there any idea for multiple seperator in one time?
for example
----to----
we need to align column three time with '=' then '(' then ')'
Can we do it in one time ? for example =&&(&&)