B
bossmansmith
example:
|N|(45.56) Talk to John
ask about gym
i need to be able to select this entire line beginning with |N|and add | to
the end of just that line without changing the "ask about gym" line to look
like this
|N|(45.56) Talk to John|
ask about gym
the syntax for the line i want to add the | to always begins with |N| so
maybe some how to enter in find |N| wildcards to get to end of line
and replace with ^&|
i found out that ^& lets you replace the search word with inself
|N|(45.56) Talk to John
ask about gym
i need to be able to select this entire line beginning with |N|and add | to
the end of just that line without changing the "ask about gym" line to look
like this
|N|(45.56) Talk to John|
ask about gym
the syntax for the line i want to add the | to always begins with |N| so
maybe some how to enter in find |N| wildcards to get to end of line
and replace with ^&|
i found out that ^& lets you replace the search word with inself