• Home
  • Raw
  • Download

Lines Matching full:snippets

87 [h4 Code snippets]
89 The snippets examples contain the code examples used in the documentation:
91 [@../../example/snippets/captures_example.cpp captures_example.cpp]: Demonstrates the use of captur…
93 [@../../example/snippets/credit_card_example.cpp credit_card_example.cpp]: Credit card number forma…
95 [@../../example/snippets/partial_regex_grep.cpp partial_regex_grep.cpp]: Search example using parti…
97 [@../../example/snippets/partial_regex_match.cpp partial_regex_match.cpp]: regex_match example usin…
99 [@../../example/snippets/regex_iterator_example.cpp regex_iterator_example.cpp]: Iterating through …
101 [@../../example/snippets/regex_match_example.cpp regex_match_example.cpp]: ftp based regex_match ex…
103 [@../../example/snippets/regex_merge_example.cpp regex_merge_example.cpp]: regex_merge example: con…
105 [@../../example/snippets/regex_replace_example.cpp regex_replace_example.cpp]: regex_replace exampl…
107 [@../../example/snippets/regex_search_example.cpp regex_search_example.cpp]: regex_search example: …
109 [@../../example/snippets/regex_token_iterator_eg_1.cpp regex_token_iterator_eg_1.cpp]: split a stri…
111 [@../../example/snippets/regex_token_iterator_eg_2.cpp regex_token_iterator_eg_2.cpp]: enumerate th…
115 [@../../example/snippets/regex_grep_example_1.cpp regex_grep_example_1.cpp]: regex_grep example 1: …
117 [@../../example/snippets/regex_grep_example_2.cpp regex_grep_example_2.cpp]: regex_grep example 2: …
119 [@../../example/snippets/regex_grep_example_3.cpp regex_grep_example_3.cpp]: regex_grep example 2: …
121 [@../../example/snippets/regex_grep_example_4.cpp regex_grep_example_4.cpp]: regex_grep example 2: …
123 [@../../example/snippets/regex_split_example_1.cpp regex_split_example_1.cpp]: regex_split example:…
125 [@../../example/snippets/regex_split_example_2.cpp regex_split_example_2.cpp] : regex_split example…