<?php $tags = "Adam-Smith, Christine, Müller, Roger, Hauptstraße, X Æ A-12"; var_export( preg_split( '/ *, *|[^,]*[^, a-z\d()\-+&%@#][^,]*/i', $tags, 0, PREG_SPLIT_NO_EMPTY ) );
You have javascript disabled. You will not be able to edit any code.