We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca1e5b commit f67c122Copy full SHA for f67c122
README.md
@@ -6,4 +6,15 @@ Uses `preg_replace()` on a post_type / post_field combination.
6
7
You can select preview or LIVE modes to test your regex before you apply it.
8
9
-Within the LIVE mode you can either specify a single post ID or leave it optionally blank to apply the regex to ALL posts of that post type.
+Within the LIVE mode you can either specify a single post ID or leave it optionally blank to apply the regex to ALL posts of that post type.
10
+
11
12
+## Regexes used:
13
14
+1. `/\? \<a href.*/s`
15
16
+1. `/\<p\>\? \<a.*/s`
17
18
+1. `/\?ALL PARKOUR TUTORIALS.*/s`
19
20
+1. `/#londonparkour.*/`
0 commit comments