Skip to content
Snippets Groups Projects
Commit 7b468048 authored by Mark Olesen's avatar Mark Olesen
Browse files

ENH: use string endsWith in a few places

    fieldName.endsWith("_0")
vs
    fieldName.size() > 2 && fieldName(fieldName.size()-2, 2) == "_0"
parent 2b143606
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment