[NUI] Change the Regex member variables of InputFitler to string
authorBowon Ryu <bowon.ryu@samsung.com>
Wed, 11 Aug 2021 07:08:08 +0000 (16:08 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 18 Aug 2021 03:10:44 +0000 (12:10 +0900)
commitb5c95b915f05a201a51808a71039e778ba851ba4
treee387df9a616a452561ff97e23f03d686c0531f6c
parent7d20cc1db59b66e8c21fb1bc0fbbab2f60215c17
[NUI] Change the Regex member variables of InputFitler to string

The properties of the NUI InputFilter require a regular expression.
But internally DALi uses std::regex.
When passing a regex from NUI to DALi, it is passed as a string.
So the platform can not guarantee all the features of C# Regex (RegexOptions etc).

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextUtils.cs
src/Tizen.NUI/src/public/Common/NUIConstants.cs