Trim() method is deleting integers from strings created using format() method

Bug:

The trim method is deleting integers instead of whitespace from string created using the format method.

How to Replicate:

When inserting an integer into the beginning of a string using the format method, a subsequent application of trim will remove the integer.

Expected Behavior:

Only whitespace should be removed, not the integer.

Example: Trim Error

1 Like

Hi Christian,

Thank you for the bug report, We have this bug in our internal tracker and our team is working for a fix.

Soon they will be releasing a fix for this.

Stay Tuned!!