String operations: Difference between revisions

Content deleted Content added
Undid revision 715033778 by 89.132.226.116 (talk): incomplete replacement of symbol
Line 162:
The '''right cancellation''' of a letter ''a'' from a string ''s'' is the removal of the first occurrence of the letter ''a'' in the string ''s'', starting from the right hand side. It is denoted as <math>s\div a</math> and is recursively defined as
 
:<math>(sa):\div b = \begin{cases}
s & \mbox{if } a=b \\
(s:\div b)a & \mbox{if } a \ne b
\end{cases}</math>