Sollicitatievraag bij Tracxn

Given two strings text and pattern, return true if pattern exists as a substring in text. Input: text = "tracxn", pattern = "acx" → Output: true Input: text = "abcdef", pattern = "acf" → Output: false