(My code is
line = "Date: Tue, 08 Jul 2025 15:30:00 +0000"
g = line.match(/^(?<n>Date.)?.*$/).groups; // Syntax errorhttps://i.imgur.com/ryJ3sFn.png
)
I believe BRU uses an older version of JS...
Thanks. Then perhaps correct Help JavaScript Renaming "Bulk Rename Utility uses the V8 Javascript, Google's high performance Javascript engine also used in Google Chrome".
Did you try the function
regEx("text", "match", "replace")
Applies a regular expression replacement on the given text.
No, because it does not return groups.
Perhaps regex V2 will work. How do I access that from JS, please?