6A00520301_cREV_02_t.plx
9301-0343-01_cREV_YN_top.plx
That I want to pull out '02' and 'YN' into another custom column.
I started to use regular expression for this in a script for the colum.
$crev = regexmatches(<cc_name>, "cREV_[A-Z0-9]{1,3}");
return $crev;
Right now I get "cREV_02"
How would I match the 'cREV' part in the name and return only the '02' to the custom column?
Thanks ahead.
XYplorer Beta Club