Blog
Salesforce – Apex – Working With Regular Expressions
Regular expressions are a great way to parse, match and modify strings of all sorts. Let’s learn some different ways that we can use them in Apex by way of some examples that you can run in the Developer Console. Pattern.matches(…) First we will learn how to use Pattern.matches(…) for Read more…