I am working on code refactoring, following the document Deprecated APIs | Adobe Experience Manager.
The documentation states that org.apache.commons.lang.text is deprecated and instead, Commons Lang 3 should be used.
Code Snippet
import org.apache.commons.lang.text.StrLookup;
import org.apache.co...