Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 425
    • Issues 425
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Merge requests
  • !128

Consistent use of string methods

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mark OLESEN requested to merge style-string-access into develop Jul 21, 2017
  • Overview 1
  • Commits 4
  • Changes 38
  • 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 Jul 21, 2017 by Mark OLESEN
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: style-string-access