regex replacement of [0-9a-z]\s\r\n with (leave first character alone)\.\s\s\r\n.
It should find the first character or number but not replace it.
Input: I am a greenhorn (space new line carriage return)
Result:I am a greenhorn. (dot space space newline carriage return)
Thank you very much!
Start Free Trial