Hi, please i need helo, i read 3 differences pdf similar data. I have to make a regular expression, i have to remove blank space and special characters. My regular expression is
(?<=DEMANDADO)(.*\S)
and the string is
DEMANDADO :FRANCISCO JAVIER SEGURA GODOY
at the end the string have to be FRANCISCO JAVIER SEGURA GODOY.
Thanks my friend, im relaly new in this and i like to khow more. One last question if the word if i want to remove is in the middle o in another position of the string the solution should be??