Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10253
    user
    Participant

    hello!

    I have a list like this:

    231=234
    523=423
    52342=52

    etc

    is there a simple way to invert those equations and make them like this?

    234=231
    423=523
    52=52342

    thanks

    #10254
    ToadLoadin
    Member

    Try replace

    (d+)=(d+)

    with

    2=1

    :-)

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.