Viewing 1 post (of 1 total)
  • Author
    Posts
  • #7421
    Alijsh
    Member

    document.selection.Text = document.selection.Text.split(/, ?/).sort().join(‘, ‘);

    Example: «A, D,B, H» becomes: «A, B, D, H»

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.