Extract a run number from a runId like committee-reports-run47, breaking-run188, committee-reports-run-47, or a bare numeric string ("47"). Returns the run number as a string, or null when the runId does not carry a discriminator.
committee-reports-run47
breaking-run188
committee-reports-run-47
"47"
null
Raw run identifier token
Extracted numeric portion, or null when absent
Extract a run number from a runId like
committee-reports-run47,breaking-run188,committee-reports-run-47, or a bare numeric string ("47"). Returns the run number as a string, ornullwhen the runId does not carry a discriminator.