Class QuotedStringParser

java.lang.Object
net.apartium.cocoabeans.commands.parsers.ArgumentParser<String>
net.apartium.cocoabeans.commands.parsers.QuotedStringParser
All Implemented Interfaces:
Comparable<ArgumentParser<?>>

@AvailableSince("0.0.36") public class QuotedStringParser extends ArgumentParser<String>
Quoted string parser Parsers that let you press strings that are more than one word and are limited by using quotation marks
Examples
Input /test hello Output hello
Input /test "hello world" Output hello world
See Also:
  • LongStringParser