You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String Generator's Parse String mode should have a toggle that trims leading and trailing whitespace, so I can include whitespace after the delimiter for readability without getting it in the output.
Alternatives
An existing workaround is to put the whitespace in the delimiter itself, e.g. ;\n, but that's more tedious and less flexible.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue for this?
What should this feature add?
String Generator's Parse String mode should have a toggle that trims leading and trailing whitespace, so I can include whitespace after the delimiter for readability without getting it in the output.
Alternatives
An existing workaround is to put the whitespace in the delimiter itself, e.g.
;\n
, but that's more tedious and less flexible.The text was updated successfully, but these errors were encountered: