I need to write Regex for highlighting open paranthesis "{" given only when it is given in 3rd index of given string input for C# language.
For Example
hi{there
In below example, i have added { at 3rd position, so it "{" needs to be highlighted
As i am new to Regular Expression, i dont know how to give condition for this.