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
You have used the regex as m._sPattern = '(\\d + )?([AxcbBhHsfdiIlLqQ])'
I think there shouldn't be a space in either direction of "+". I think it should be m._sPattern = '(\\d+)?([AxcbBhHsfdiIlLqQ])';
Let me know if I am wrong
The text was updated successfully, but these errors were encountered:
You have used the regex as
m._sPattern = '(\\d + )?([AxcbBhHsfdiIlLqQ])'
I think there shouldn't be a space in either direction of "+". I think it should be
m._sPattern = '(\\d+)?([AxcbBhHsfdiIlLqQ])';
Let me know if I am wrong
The text was updated successfully, but these errors were encountered: