needed for applet search
[jalview.git] / src / com / stevesoft / pat / WantMoreTextReplaceRule.java
diff --git a/src/com/stevesoft/pat/WantMoreTextReplaceRule.java b/src/com/stevesoft/pat/WantMoreTextReplaceRule.java
new file mode 100755 (executable)
index 0000000..5cc6722
--- /dev/null
@@ -0,0 +1,19 @@
+//\r
+// This software is now distributed according to\r
+// the Lesser Gnu Public License.  Please see\r
+// http://www.gnu.org/copyleft/lesser.txt for\r
+// the details.\r
+//    -- Happy Computing!\r
+//\r
+package com.stevesoft.pat;\r
+\r
+/** Triggers the reading of another line of text, allowing a longer\r
+    pattern to match -- for details see\r
+    <a href="http://javaregex.com/code/WantMore.java.html">WantMore.java</a>.\r
+    */\r
+public class WantMoreTextReplaceRule extends SpecialRule {\r
+    public WantMoreTextReplaceRule() {}\r
+    public void apply(StringBufferLike sb,RegRes res) {\r
+    }\r
+    public String toString1() { return "${WANT_MORE_TEXT}"; }\r
+}\r