I am trying to import functx library using following import statement but i am not able to import it to my .xqy
file in intellij idea community edition - 2018.1
xquery version "1.0-ml";
import module namespace functx = "http://www.functx.com" at "/MarkLogic/functx/functx-1.0-nodoc-2007-01.xqy";
functx:get-matches(
'abc123def', '[a-z]{2}')
I am getting this error saying - cannot resolve function 'functx:get-matches'
Please help me to resolve this issue.