The fastest way to truncate a string to a certain length:
assert "abcdefghij".take(5) == "abcde"
The fastest way to truncate a string to a certain length:
assert "abcdefghij".take(5) == "abcde"
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)