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
If we go on matches function of String doc
Links to the regular expression module are available.
However, the documents targeted by these links are not accessible.
In addition, like Regexp, some other very useful modules like Subprocess, Math, ... are not present in the Stdlib documentation
The text was updated successfully, but these errors were encountered:
Yeah, the stdlib docs on the website only cover the core types. There are a few features that need to be added to the docs in order to handle more types. A big one is showing the public fields of a class, since some of the classes (off the top of my head, the return value of Subprocess.spawn) have fields only and no methods. Help is definitely appreciated here!
If we go on matches function of String doc
Links to the regular expression module are available.
However, the documents targeted by these links are not accessible.
In addition, like Regexp, some other very useful modules like Subprocess, Math, ... are not present in the Stdlib documentation
The text was updated successfully, but these errors were encountered: