[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Weird behaviour with TRIM() LEFT-TRIM() and RIGHT-TRIM() when dealing with multiple cha

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
TRIM treats your „ AND“ as a list of characters to remove from the beginning – not as a single literal. So that’s really expected. Trim cannot be used to remove a multi-character pattern from the beginning or the end of a string.

Continue reading...
 
Status
Not open for further replies.
Back
Top