libaurum: Change text matching way to avoid use regex 10/272310/1
authorWoochanlee <wc0917.lee@samsung.com>
Mon, 14 Mar 2022 10:02:09 +0000 (19:02 +0900)
committerWoochanlee <wc0917.lee@samsung.com>
Mon, 14 Mar 2022 10:02:09 +0000 (19:02 +0900)
commit71e04d8327335e7d77f5b624ea7764cff6bc8e84
treeb3f2fc0bab89a758384921cc9f5c282b86f1bf05
parent61cce19e67f94393698467166988c6d40676d506
libaurum: Change text matching way to avoid use regex

regex can't search text which has '('

Change-Id: I7ca10cb75ba77753e0c0d215b91799d53d429cad
libaurum/src/PartialMatch.cc