specialCharReg top-level property

RegExp specialCharReg
getter/setter pair

A RegExp object used to check if a string contains only special characters.

Uses the specialCharReg pattern to perform the match.

Implementation

RegExp specialCharReg = RegExp(specialCharStr);