Finding * at begining of the line
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Finding * at begining of the line
I want to remove the * at the beginig of some lines. Thanks
You need to perform the following search and replace:
Find what:
The ^ character anchors the search to the start of a line and the backslash makes the search look for a real * character rather than a repetition.
Hope this helps.
Find what:
Replace with:^\*
With regular expression enabled and POSIX regular expression syntax enabled in the general preferences.<nothing>
The ^ character anchors the search to the start of a line and the backslash makes the search look for a real * character rather than a repetition.
Hope this helps.
Running TextPad 5.4 on Windows XP SP3 and on OS X 10.7 under VMWare or Crossover.