Salesforce How to skip first n characters using Regex? Sample Regex: .{3}\K[a-z]* The above Regex will skip first three characters. Output: InfallibleTechie Admin December 2, 2021September 21, 2023 No Comments