[Howto] Case-insensitive findline

Hello.

After the web source from which I'm retrieving data has been updated I
need some hints on how I can replace a standard findline "

" with
a similar construct that will find the next line which contains either
or .

Thanks for your help in advance...

I do not have any practice on writing Mp3tag web source scripts, but as I understand your question right, you are searching for a way to detect either a html tag or in one line of a html source script, because the html source contains uppercased and lowercased html tags.

  1. I would say it could be done by a regular expression, but there is no such thing, I think so.
  2. I would say it could be done by a case insensitive option in function findline resp. findinline, but there is no such an option.
  3. I would say it could be done first by replacing all html tag with , using function
    "KillTag Ss Replaces tag S with s in current line (or blank if omitted)"
    and afterwards do the command findline "" as usual.
    (see: https://docs.mp3tag.de/tag-sources)

Hope it can help.

DD.20060823.1340

I've added findlinenocase to the latest Development Build.

Best regards,
Florian