Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi, i wanna know if its posiable to move all the text before a marker, in this case ‘0’, to the end of the line. like in the picture shown. help?
Hello @dx and All,
Easy !
Open the Replace dialog ( Ctrl + H )
Ctrl + H
SEARCH (?-is)^(0x.+?,)(.+)
(?-is)^(0x.+?,)(.+)
REPLACE \2\1
\2\1
Tick the Wrap around option
Wrap around
Select the Regular expression search mode
Regular expression
Click on the Replace All button
Replace All
Best Regards,
guy038
@guy038 omg thank you