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
As documented for getfield, it splits a string on a character or string.
Currently the TesTcl implementation does the split only on character because split is only on chars:
TesTcl/src/global.tcl
Lines 123 to 127 in bd55ca9
The text was updated successfully, but these errors were encountered:
Fix landro#70 : getfield implementation splits only on character and …
5907ec3
…not str
Successfully merging a pull request may close this issue.
As documented for getfield, it splits a string on a character or string.
Currently the TesTcl implementation does the split only on character because split is only on chars:
TesTcl/src/global.tcl
Lines 123 to 127 in bd55ca9
The text was updated successfully, but these errors were encountered: