3-14-13 regex to replace multiple spaces numbers and new lines with nothing
2014-08-29azim58 - 3-14-13 regex to replace multiple spaces numbers and new lines
with nothing
regex to replace multiple spaces numbers and new lines with nothing
regex to reformat a sequence such as a protein or nucleotide sequence
presented with numbers, spaces, and new lines so that the whole sequence
is all on one line without any numbers, spaces or newlines.
f
\s\r\n\d+
r