Can you explain me what is the meaning of this regular expression. What would be the string which matches to this expression.
Regex(@"/Type\s*/Page[^s]");
what is @ symbol?? Thanks in advance.
Please provide full explaination. What would be the string which matches to this expression.