use League\CommonMark\Parser\Cursor; $cursor = new Cursor('Hello World!'); ... Returns the position of the next character which is not a space or tab.
確定! 回上一頁