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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ BEX Matching performs structured code matching to offer an enhanced find and rep
71
71
72
72
For example, match an **if** branch with a simple pattern.
73
73
74
-
if (:[condition]) { :[stuff] )
74
+
if (:[condition]) { :[stuff] }
75
75
76
76
BEX will ensure the parentheses and braces are balanced, and that you're not looking at commented out code. I like to think of it as a code friendly regular expression. Of course, if you want to mix regex in your pattern, that's supported too.
0 commit comments