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

Get rid of the html-parsing-with-regexes #3

Open
whichxjy opened this issue May 12, 2020 · 1 comment
Open

Get rid of the html-parsing-with-regexes #3

whichxjy opened this issue May 12, 2020 · 1 comment

Comments

@whichxjy
Copy link
Contributor

Now we use regexes to parse the metadata in the input file. Maybe there's a better way to do that without parsing HTML with regexes.

@helper-uttam
Copy link

For parsing metadata in the input file you can use body-parser in the JavaScript file. It's very much effective and convenient .
Else there is also one way using JavaScript DOM model or jQuery.

Please let me know if you need help on these topics!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants