[DPL] String Trimming
authorTomasz Iwanek <t.iwanek@samsung.com>
Tue, 16 Jul 2013 09:53:16 +0000 (11:53 +0200)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Tue, 22 Oct 2013 08:19:39 +0000 (17:19 +0900)
commitde9183feb8c06b2e6dea65e7dbc7430bdc7349dd
tree0ff65e95c5101821b836679a3014acd76fe8eb0a
parent136547bf65a41a7e2ccd0e800470fc9bf083e7ba
[DPL] String Trimming

[Issue#]   LINUXWRT-639
[Problem]  Missing trim for string
[Cause]    N/A
[Solution] String trim function

[Remarks]
    This change is extracted from VS parser because it is different
    functionality needed in next changes but in to part of VS reader itself.

[Verification] Build and run tests:
    - $> wrt-commons-tests-core --output=text --regexp='String_Trim' #all should pass

Change-Id: I4911a1698e1fe50637f2d3a2414df7f43793c384
modules/core/include/dpl/string.h
tests/core/test_string.cpp