raintpl3 icon indicating copy to clipboard operation
raintpl3 copied to clipboard

Function Test - Static method not match path namespace

Open domenik75 opened this issue 5 years ago • 0 comments

The function regex (/{function="([a-zA-Z_][a-zA-Z_0-9:])((.)){0,1}"}/) doesn't match cases like: {function="NS\Test::method('123test')"}. I try this regex that seem to work: /{function="([a-zA-Z_][a-zA-Z_\\\\0-9:])((.)){0,1}"}/

domenik75 avatar Nov 10 '19 15:11 domenik75