Matcher m = Pattern.compile(regex).matcher(text).region(5,text.length()) .useAnchoringBounds(false).useTransparentBounds(true); ----------------------------------------------------------------------------- Copyright 1997-2024 Jeffrey Friedl