ldivf — left symbolic division
ldivf('d','c')
returns the string 'c\d' Trivial simplifications such as '1\c' = 'c' are performed.
ldivf('1','1') ldivf('a','0') ldivf('a','x') ldivf('2','4')