Greetings!
Is there in OOTB Perl module that will give me common part between two strings? I wanted to know this before spending time on coming up with a pattern match.
Ex: String 1: /default/main/test String 2: /default/main/test/dev Result: /default/main/test
Please let me know if you know of any funtion that can do this. Thanks!