How to write QRegExp pattern for finding the strings which contains one new line character '\n' and arbitrary count spaces ' '?
Asked
Active
Viewed 97 times
0
-
That sounds rather straight-forward. What pattern did you come up with? – Wiktor Stribiżew May 21 '18 at 15:51
-
The pattern like "smth. /n smth." – ma13 May 21 '18 at 15:54
-
So, you wrote `"\n "`? What is the input string and the expected result? – Wiktor Stribiżew May 21 '18 at 15:56