We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The function Modelica.Utilities.Strings.Advanced.skipWhiteSpace appears to be under-documented. The cases I have found are:
Here are three test cases.
Modelica.Utilities.Strings.Advanced.skipWhiteSpace("") Modelica.Utilities.Strings.Advanced.skipWhiteSpace(" ") Modelica.Utilities.Strings.Advanced.skipWhiteSpace(" a ", 700)
The text was updated successfully, but these errors were encountered:
Might add that it returns 1, 3 and 700 for these cases. The last one in particular is questionable.
Sorry, something went wrong.
Modelica.Utilities.Strings.Advanced.skipWhiteSpace("") Modelica.Utilities.Strings.Advanced.skipWhiteSpace(" ") Modelica.Utilities.Strings.Advanced.skipWhiteSpace(" a ", 700) Might add that it returns 1, 4 and 700 for these cases. The last one in particular is questionable.
Might add that it returns 1, 4 and 700 for these cases. The last one in particular is questionable.
Is that a Windows thing? It returns 1, 3 and 700 for me on Linux...
Might add that it returns 1, 4 and 700 for these cases. The last one in particular is questionable. Is that a Windows thing? It returns 1, 3 and 700 for me on Linux...
No a typo on my part :-)
No branches or pull requests
The function Modelica.Utilities.Strings.Advanced.skipWhiteSpace appears to be under-documented. The cases I have found are:
Here are three test cases.
The text was updated successfully, but these errors were encountered: