mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-18 05:04:39 +03:00
code: update head comments
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
//
|
||||
// 6.1.cpp
|
||||
// 6.1.regex.cpp
|
||||
// chapter 06 regular expression
|
||||
// modern c++ tutorial
|
||||
//
|
||||
// created by changkun at changkun.de
|
||||
// https://github.com/changkun/modern-cpp-tutorial
|
||||
//
|
||||
// Regular Expression
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
Reference in New Issue
Block a user