Search found 2 matches

by danyal711
Fri Oct 01, 2010 7:04 am
Forum: Scripting
Topic: Using regexpr and () to group and extract substrings
Replies: 7
Views: 16291

Re: Using regexpr and () to group and extract substrings

Worked like a charm. Thanks for your fast response! Another question I have however is I need to set the DISCNUMBER field (and probably DISCTOTAL as well). Is there any way to do this?

I should mention I need to set DISC related information for FLAC and MP3
by danyal711
Tue Sep 21, 2010 8:50 am
Forum: Scripting
Topic: Using regexpr and () to group and extract substrings
Replies: 7
Views: 16291

Using regexpr and () to group and extract substrings

I want to do: sys_RegexFind( mystring, ' \(Disc (.?)\)' ) and then later use $1  => which should equal the match of (.?) Or somehow get the value of the item I matched and use it later. ----------- What I am trying to do is the following: I have a large # of flac files that have an album field like ...