The highest tagged major version is
v2.
package
Version:
v1.13.11
Opens a new window with list of versions in this module.
Published: Apr 21, 2020
License: GPL-2.0, GPL-2.0-or-later
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Package nocomment strips a string trailing '#' prefaced comments along with its
leading whitespace.
© 2015-2016 Platina Systems, Inc. All rights reserved.
Use of this source code is governed by this BSD-style LICENSE.
Documentation
¶
Package nocomment strips a string trailing '#' prefaced comments along with
its leading whitespace. For example,
nocomment.New("hello # world") returns "hello"
nocomment.New("# hello world") returns ""
nocomment.New("hello#world") returns "hello#world"
nocomment.New("hello #world") returns "hello"
Source Files
¶
Click to show internal directories.
Click to hide internal directories.