You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. \w : looks for any word character (equivalent to [a-zA-Z0-9_])
4
+
3. \W : looks for any non-word character (equivalent to [^a-zA-Z0-9_])
5
+
4. '>' : looks for character >
6
+
7
+
**How to use**
8
+
1. Run this query in background/Fix scripts.
9
+
2. The info message will return articles having images. This is very useful information when there are broken images in articles after movement between instances or tools.
10
+
3. This can be further enhanced to replace image src if required.
0 commit comments