728x90
regex_search
-
[c++] regex_search 함수카테고리 없음 2023. 1. 20. 13:52
1.함수 헤더 파일 #include 2.함수 원형 template bool regex_search( BidIt first, Bidit last, match_results& match, const basic_regex& re, match_flag_type flags = match_default); template bool regex_search( BidIt first, Bidit last, const basic_regex& re, match_flag_type flags = match_default); template bool regex_search( const Elem* ptr, match_results& match, const basic_regex& re, match_flag_type flags = ma..