Quote:
Originally Posted by Doitsu
|
This \s{1,} method worked well.
Could you explain the different parts of the that expression?
\s = search for a string
{1,} = placeholder for empty space
Is this correct? could you elaborate on what other searches you could possibly do using these operators/placeholders? e.g. what would {2,} mean? what would \n or \r mean?
Thanks