Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d659b3

Browse files
committed
Added entries for re, soundex modules.
1 parent 38e0df3 commit 6d659b3

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Doc/lib/libstrings.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ \chapter{String Services}
88
\item[string]
99
--- Common string operations.
1010

11+
\item[re]
12+
--- New Perl-style regular expression search and match operations.
13+
1114
\item[regex]
1215
--- Regular expression search and match operations.
1316

@@ -20,4 +23,7 @@ \chapter{String Services}
2023
\item[StringIO]
2124
--- Read and write strings as if they were files.
2225

26+
\item[soundex]
27+
--- Compute hash values for English words.
28+
2329
\end{description}

Doc/libstrings.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ \chapter{String Services}
88
\item[string]
99
--- Common string operations.
1010

11+
\item[re]
12+
--- New Perl-style regular expression search and match operations.
13+
1114
\item[regex]
1215
--- Regular expression search and match operations.
1316

@@ -20,4 +23,7 @@ \chapter{String Services}
2023
\item[StringIO]
2124
--- Read and write strings as if they were files.
2225

26+
\item[soundex]
27+
--- Compute hash values for English words.
28+
2329
\end{description}

0 commit comments

Comments
 (0)