2 // This software is now distributed according to
3 // the Lesser Gnu Public License. Please see
4 // http://www.gnu.org/copyleft/lesser.txt for
8 package com.stevesoft.pat;
11 * Triggers the reading of another line of text, allowing a longer pattern to
12 * match -- for details see <a
13 * href="http://javaregex.com/code/WantMore.java.html">WantMore.java</a>.
15 public class WantMoreTextReplaceRule extends SpecialRule
17 public WantMoreTextReplaceRule()
21 public void apply(StringBufferLike sb, RegRes res)
25 public String toString1()
27 return "${WANT_MORE_TEXT}";