mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Further overhaul of package line comments.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
/*
|
||||
package regex implements a complete suite for using Regular Expressions to
|
||||
match and capture text.
|
||||
A complete suite for using Regular Expressions to match and capture text.
|
||||
|
||||
Regular expressions are used to describe how a piece of text can match to
|
||||
another, using a pattern language.
|
||||
|
||||
Reference in New Issue
Block a user