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
@@ -371,16 +380,13 @@ Defaults to searching through all tables registered to $wpdb. On multisite, this
371
380
---
372
381
373
382
[--regex]
374
-
Runs the search as a regular expression (without delimiters). The search becomes case-sensitive (i.e. no PCRE flags are added, except 'u' if the database charset is UTF-8). Delimiters must be escaped if they occur in the expression.
383
+
Runs the search as a regular expression (without delimiters). The search becomes case-sensitive (i.e. no PCRE flags are added). Delimiters must be escaped if they occur in the expression.
375
384
376
385
[--regex-flags=<regex-flags>]
377
-
Pass PCRE modifiers to the regex search (e.g. 'i' for case-insensitivity). Note that 'u' (UTF-8 mode) will not be automatically added.
386
+
Pass PCRE modifiers to the regex search (e.g. 'i' for case-insensitivity).
378
387
379
388
[--regex-delimiter=<regex-delimiter>]
380
-
The delimiter to use for the regex. It must be escaped if it appears in the search string.
381
-
---
382
-
default: /
383
-
---
389
+
The delimiter to use for the regex. It must be escaped if it appears in the search string. The default value is the result of `chr(1)`.
384
390
385
391
[--table_column_once]
386
392
Output the 'table:column' line once before all matching row lines in the table column rather than before each matching row.
@@ -451,7 +457,7 @@ They can be concatenated. For instance, the default match color of black on a mu
451
457
...
452
458
453
459
# Search through the database for the 'https?://' regular expression, printing stats.
0 commit comments