Regex Parameters

已完成

trying to match {{.example}}

 

with regex: 

\{\{\.([a-zA-Z]+)}}

 

Doesn't seem to work, does datagrip have some special use for {{}}?

 

0

Do you use it for user parameters? If yes, please, share a screenshot of the setting dialog.

0

@Htmathias You missed escaping for second pair of curly bracers:

\{\{\.\w+\}\}

 

 

0
Avatar
Permanently deleted user

Updated to the new version of datagrip too.

0

@Htmathias Does it work? 

0

请先登录再写评论。