Does the PCRE support the ‘&’ symbol?
In perl regular matching, can ‘&’ be supported as a special character? Does PCRE support using ‘&’ to match as a special character? If not, does ‘&’ have any special meaning in the perl library?
In perl regular matching, can ‘&’ be supported as a special character? Does PCRE support using ‘&’ to match as a special character? If not, does ‘&’ have any special meaning in the perl library?