regex: fix invalid start of '[x-x]' range 46/310846/1 accepted/tizen_unified accepted/tizen_unified_x tizen accepted/tizen/unified/20240603.032400 accepted/tizen/unified/x/20240604.013111
authorDongkyun Son <dongkyun.s@samsung.com>
Thu, 9 May 2024 02:53:36 +0000 (11:53 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Thu, 9 May 2024 02:58:19 +0000 (11:58 +0900)
commitd7b6a38c012c6bdbc60d0e7bd482cbe8ea376081
tree2af91bf3a75c7c41e89af3ad1386d86ac170b5dd
parentbdb9d87c6034c2bc986886ff7234dda10805dfe1
regex: fix invalid start of '[x-x]' range

Fix terminate called after throwing an instance of 'std::regex_error'
  what():  Invalid start of '[x-x]' range in regular expression

Change-Id: I97a7f57da8869d47400bfca26bfc5ff839fc0fa4
src/trigger/CustomTemplate.cpp