You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's a good idea. But I don't understand your specific idea because it's a short issue. I'll write an example code for your words and show it to you in a moment.
newRegExpPatternBuilder('${a}').replace({a : 'test'}).expression;// it will be replaced with 'test'newRegExpPatternBuilder('${a}${b}').replace({a : 'test',b : 'kakasoo'}).expression;// it will be replaced with 'testkakasoo'
@dddieon
A form in which parameters must be able to be transformed regardless of the number of them.
I will consider the emoji you left as a sign of agreement. But I don't know if I can solve this problem. I'll invest a week in this issue alone and ask for help if it's impossible.
(By the way, the emoji doesn't have a notification. )
('01a-bbbb-bbbb', {a: [0-1], b: [0-9]})
Don't you want to make it like this?
The text was updated successfully, but these errors were encountered: