Hey all, I have a list of names (in the thousands) that I need to clean up. Some of the names have characters like % * # and others have numbers like 123. I need to strip these out but not things like apostrophes or dashes. Here are some examples
Bad
Good
I want to so something like $name = s/ / but I am not sure what the regular expression would be.... any ideas?
Thanks,
timgerr
-How important does a person have to be before they are considered assassinated instead of just murdered?
-Need more cow bell!!!
Bad
Code:
gallagher#4454
thomas(acee)
parson[jnogood]
Code:
O'Tool
Mary-kate
I want to so something like $name = s/ / but I am not sure what the regular expression would be.... any ideas?
Thanks,
timgerr
-How important does a person have to be before they are considered assassinated instead of just murdered?
-Need more cow bell!!!