Add space to, swap Lastname,Firstname

If you have a field: lastname,firstname
or something like this: lastname , firstname
and want it to be: firstname lastname
you may create an Action with the following properties:
Field: your_fieldname
Regular Expression: (.*),(.*)
Replace matches with: $trim($2) $trim($1)
DD.20060623.0625