Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
#3013672
When you mention a person in a comment or post, the chance that this person is suggested earlier in the list is now much higher. This is because we altered the possible number of name suggestions to reach 100. If the list becomes too long, a scroll bar is automatically added.
Sometimes you need to trim the results of a process pipeline. Often this is to remove leading and/or trailing spaces, but it could by any character. PHP provides this as the trim(), ltrim() and rtrim() functions. This module allows you to use those easily in a migration: