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
{{ message }}
This repository was archived by the owner on Jul 22, 2021. It is now read-only.
I ran into unexplainable behavior with using fromIndex parameter as documented on MDB, such as '/b.html'.lastIndexOf('.', 1). To work around this, get the substring filename and work with the filename.
I should not have to get the filename (and create a temporary substring) and should be able to specify the parameter to lastIndexOf.
I ran into unexplainable behavior with using
fromIndexparameter as documented on MDB, such as'/b.html'.lastIndexOf('.', 1). To work around this, get the substring filename and work with the filename.I should not have to get the filename (and create a temporary substring) and should be able to specify the parameter to
lastIndexOf.