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
Today I tried to write the following recursive regex {(?:[^{}]|(?R))*} to find a json inside a string, but the std library re do not support this, then I install regex. But in pampy typing validation the pattern instance is checked against stdlib re.
Today I tried to write the following recursive regex
{(?:[^{}]|(?R))*}
to find a json inside a string, but the std library re do not support this, then I install regex. But in pampy typing validation the pattern instance is checked against stdlib re.Is possible to support a external library or will it against the project goal? If its possivel I can open a PR for this.
The text was updated successfully, but these errors were encountered: