{"in":{"data":"Example for reference:\n\n:%s/\\(some\\)\\@\u003c=thing/one/g\nsearches for all strings starting with some, then matching thing\nchanges thing into one\nend result: something becomes someone\n\n:%s/\\(some\\)\\@\u003c!thing/one/g\nsearches for all strings not starting with some, then matching thing\nchanges thing into one\nend result: something is not changed, but everything changes to everyone\n\n:%s/some\\(thing\\)\\@=/every/g\nsearches for all strings ending with thing, then matching some\nchanges some into every\nend result: something becomes everything\n\n:%s/some\\(thing\\)\\@!/every/g\nsearches for all strings not ending with thing, then matching some\nchanges some into every\nend result: something is not changed, but someone becomes everyone\n","type":"txt"},"out":{"data":"\nExample for reference:\n\n:%s/\\(some\\)\\@\u003c=thing/one/g\nsearches for all strings starting with some, then matching thing\nchanges thing into one\nend result: someone becomes someone\n\n:%s/\\(some\\)\\@\u003c!thing/one/g\nsearches for all strings not starting with some, then matching thing\nchanges thing into one\nend result: something is not changed, but everyone changes to everyone\n\n:%s/some\\(thing\\)\\@=/every/g\nsearches for all strings ending with thing, then matching some\nchanges some into every\nend result: everything becomes everything\n\n:%s/some\\(thing\\)\\@!/every/g\nsearches for all strings not ending with thing, then matching some\nchanges some into every\nend result: something is not changed, but everyone becomes everyone\n","type":"txt"},"client":"0.5.0"}