Consistent use of string methods
- use more standard forms of string access. Eg, substr() instead of the operator()(...) form, or even resize().
- turn off underscore prefixing by default for word::validated()
- new SubStrings container and associated stringOps::split operator. This container may also be useful for writing simple parsers.
Edited by Mark OLESEN
Merge request reports
Activity
Filter activity
added code style enhancement labels
changed milestone to %v1712
assigned to @andy
added 2 commits
- b3ac6c3f - ENH: add Foam::SubStrings container and stringOps::split
- a2195d7e - ENH: allow '/' in ${...} blocks for future entry scoping (issue #429 (closed))
assigned to @mark
mentioned in commit c2db86f0
Please register or sign in to reply