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

Tag parser #105

Open
pratik-choudhari opened this issue Oct 3, 2020 · 6 comments
Open

Tag parser #105

pratik-choudhari opened this issue Oct 3, 2020 · 6 comments
Assignees
Labels
good first issue Good for newcomers hacktoberfest Contribution for hacktoberfest Java

Comments

@pratik-choudhari
Copy link
Owner

pratik-choudhari commented Oct 3, 2020

Feature ✅

Description

Given a set of tagged strings, output the tag contents.

Example

First line signifies number of input lines
Input: 4

<h1>This is a heading</h1>
<This_tag_doesnot_exist>Hello</This_tag_doesnot_exist>
<apple>Technology is growing</apple>
<user>Archit</user>

Output:
This is a heading
Hello
Technology is growing
Archit

Contributors are supposed to mention their coding language while asking for assignment

@pratik-choudhari pratik-choudhari added good first issue Good for newcomers hacktoberfest Contribution for hacktoberfest labels Oct 3, 2020
@paraggoyal28
Copy link
Contributor

@pratik-choudhari I would like to work on this in Python. But how are we specifying tagged text. Means like will it be given like in string """"

This is heading

HelloTechnology is growingArchit. Or something else. Please specify the input more clearly.

@ananthalakshmiragi
Copy link
Contributor

Hi, how are the tags determined? is it every Capitalised letter?

@pratik-choudhari
Copy link
Owner Author

@ananthalakshmiragi @paraggoyal28 Have look at he example again, there was an issue with github markdown.

@ananthalakshmiragi
Copy link
Contributor

Thanks, so the tagnames are not predefined. Can there be multiple tags in a line? or is it only one per line..

@pratik-choudhari
Copy link
Owner Author

@ananthalakshmiragi Let's keep it a single tag per line.

@ananthalakshmiragi
Copy link
Contributor

okay, Please assign to me in Java.

@ananthalakshmiragi Let's keep it a single tag per line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest Contribution for hacktoberfest Java
Projects
None yet
Development

No branches or pull requests

3 participants