albertoprb on 01/13/11
Last Edited at 01/13/11 08:06am
assert ['a1', 'A2', 'a3'] == ['A2','a3', 'a1'].sort { a, b -> a.compareToIgnoreCase b }
Report this snippet Tweet
Comment:
You need to login to post a comment.