*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
SUBSTRING (call_number,'\d{1,}\.{0,}\d{0,}') AS lc_class_number*
SUBSTRING (call_number, '\.[A-Z][0-9]{1,}') AS first_cutter
...