Lines Matching full:more
93 sequences is changed to use Unicode properties and they match many more
331 * 0 or more, greedy
332 *+ 0 or more, possessive
333 *? 0 or more, lazy
334 + 1 or more, greedy
335 ++ 1 or more, possessive
336 +? 1 or more, lazy
338 {n,m} at least n, no more than m, greedy
339 {n,m}+ at least n, no more than m, possessive
340 {n,m}? at least n, no more than m, lazy
341 {n,} n or more, greedy
342 {n,}+ n or more, possessive
343 {n,}? n or more, lazy
416 of the newline or \eR options with similar syntax. More than one of them may