You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}"}/
The text was updated successfully, but these errors were encountered:
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}"}/
The text was updated successfully, but these errors were encountered: