• Resolved loops

    (@loops)


    In the previous version I used the following regex to find links followed by a / and a string of text:
    [</a> / [abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890](.*)]

    In version 2.0 this produces another result, with matches including:

    <li>Elegant windowing of the data on input and ouput ahead of the 8-way temporal overlap. The window used is w[n]
    <li>Unit Converter : added MIDI 7bit to/from [0,1]
    A manual of the original Prophet-5 is also available: <del datetime="2006-10-31T11:55:21+00:00">[http://www.ele4music.com/vst/p5_manual.zip]
    <span class="keyword">Liquid Guitar</span> unites the collected power of the guitar universe. <a href="http://www.ueberschall.de/index.php?id=showproduct&user_uschall_pi1[showUid]
    <blockquote>Tank-FX is a non-virtual effect device. The reverb is generated by a huge [11m]

    What kind of regex do I need to use instead to get the intended result?

    • This topic was modified 6 years, 1 month ago by loops.
    • This topic was modified 6 years, 1 month ago by loops.
Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter loops

    (@loops)

    When I change to 500 results per page instead of 25 I see my regex is working as it shows results and makes it through the complete wp_posts table of 123k rows.

    My wp_postmeta however has 937k rows so running it on All Post Types isn’t going to work at the moment.

    Plugin Author John Godley

    (@johnny5)

    There is a 2.1 beta which increases the speed for large data sets:

    https://github.com/johngodley/search-regex/releases/tag/2.1

Viewing 2 replies - 16 through 17 (of 17 total)

The topic ‘Regex format’ is closed to new replies.