Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion for easier writing #1

Open
dddieon opened this issue May 18, 2023 · 3 comments
Open

Suggestion for easier writing #1

dddieon opened this issue May 18, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@dddieon
Copy link

dddieon commented May 18, 2023

('01a-bbbb-bbbb', {a: [0-1], b: [0-9]})
Don't you want to make it like this?

@dddieon dddieon changed the title Suggestions for easier writing Suggestion for easier writing May 18, 2023
@kakasoo
Copy link
Owner

kakasoo commented May 19, 2023

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.

@kakasoo
Copy link
Owner

kakasoo commented May 19, 2023

new RegExpPatternBuilder('${a}').replace({a : 'test' }).expression; // it will be replaced with 'test'
new RegExpPatternBuilder('${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.

@kakasoo
Copy link
Owner

kakasoo commented May 24, 2023

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. )

@kakasoo kakasoo self-assigned this May 30, 2023
@kakasoo kakasoo added the enhancement New feature or request label May 30, 2023
@kakasoo kakasoo added the good first issue Good for newcomers label Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants