-
Notifications
You must be signed in to change notification settings - Fork 166
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
Comments
@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 headingHelloTechnology is growingArchit. Or something else. Please specify the input more clearly. |
Hi, how are the tags determined? is it every Capitalised letter? |
@ananthalakshmiragi @paraggoyal28 Have look at he example again, there was an issue with github markdown. |
Thanks, so the tagnames are not predefined. Can there be multiple tags in a line? or is it only one per line.. |
@ananthalakshmiragi Let's keep it a single tag per line. |
okay, Please assign to me in Java.
|
Feature ✅
Description
Given a set of tagged strings, output the tag contents.
Example
First line signifies number of input lines
Input: 4
Output:
This is a heading
Hello
Technology is growing
Archit
Contributors are supposed to mention their coding language while asking for assignment
The text was updated successfully, but these errors were encountered: