feat: update footer with site policies, add CTA retrieval SQL, and refactor block content management
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import java.util.regex.Matcher;
|
||||
public class TestReplace {
|
||||
public static void main(String[] args) {
|
||||
String test = "Line 1\nLine 2";
|
||||
System.out.println("Original:");
|
||||
System.out.println(test);
|
||||
System.out.println("Quote:");
|
||||
System.out.println(Matcher.quoteReplacement(test));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user