Duplicate with rules
#3
@penguinkeeper You forgot that the appended "$" will also get duplicated and should be removed.
Not sure if my solution is the most efficient way, but I think you can solve it by using:

1) rotating to the right, "}" will rotate the word to the right, so "abc123$abc123$" becomes "$abc123$abc123"
2) delete the first character "D0" to remove the "$" in front.
The rule that you should use @simon0302010 is:

"$$ d } D0"
Reply


Messages In This Thread
Duplicate with rules - by simon0302010 - 08-22-2024, 09:07 AM
RE: Duplicate with rules - by penguinkeeper - 08-22-2024, 11:01 AM
RE: Duplicate with rules - by monyanus - 08-22-2024, 11:49 AM
RE: Duplicate with rules - by penguinkeeper - 08-22-2024, 12:00 PM
RE: Duplicate with rules - by monyanus - 08-22-2024, 02:11 PM
RE: Duplicate with rules - by simon0302010 - 08-23-2024, 09:30 PM