Your preferences have been saved!
» Check if a text is present at the current position - import java.io.File; import java.io.FileFilter; import java.io.UnsupportedEncodingException; import java.util.ArrayList; import java.util.List; import java.util.regex.Pattern; import java.util.regex.PatternSyntaxException; public class Main {   /**    * Check if a text is present at the current position in a buffer.... 17 Feb 12