Happy Saturday/Sunday,

I parse some values with index-replace to get some strings I want to index, 
like:

      id:dirsubcollection="https?:\/\/(.*?)([^\/]*)$"$1"
      dirsubcollection="^[a-zA-Z0-9\.-]*\/"

      id:lastsubdir="https?:\/\/(.*?)([^\/]*)$"$1"
      lastsubdir="\/$"
      lastsubdir="[a-zA-Z0-9\._-]*\/"

Now I'd like to capture and index the count of forward slash characters '/' but 
I don't see a way to pull that from this plugin. Is there some other plugin I 
should look at? I appreciate any suggestions to solve this.

 Thanks, stay safe, stay healthy,

 Joe

Reply via email to