|
|
|
Date Posted: |
July 27th, 2002
|
|
|
Last Updated: |
July 27th, 2002
|
|
|
License: |
Public Domain |
|
|
Downloads: |
154 total; 1 recently |
|
|
Page Views: |
4,255 total |
|
|
User Rating: |
awaiting 10 votes |
 |
|
Jump to the Downloads section |
|
 |
 |
About MatchUTF8:
Pattern matching subroutine in plain C language.
MatchUTF8 is a subroutine for doing simple pattern matching, much like you would do for file names under Unix or queries in BeOS (I'm rewriting it since I need it for implementing queries in an experimental file system). It's an enhancement of John Kercheval's old match.c code, improved so that it handles UTF-8 characters, which are represented by multiple bytes in a string.
In the specified pattern string:
`*' matches any sequence of characters (zero or more)
`?' matches any character
`\' suppresses syntactic significance of a special character
[SET] matches any character in the specified set,
[!SET] or [^SET] matches any character not in the specified set.
See the documentation for more details.
|
 |
|
 |
Latest Version |
 |
|
 |
| |
 |
|
Details about this version:
Version 1.4 is the initial release of the UTF-8 code.
|
| |
 |
|
Intel Version - requires R5 (21 KB) |
154 downloads |
|
 |
|
 |
 |
| |
  |
[rating: 10] |
|
 |
Author's Backup Site (Ontario, Canada) |
  |
[rating: 10] |
|
 |
Author's Site (Ontario, Canada) |
|
|
| Add Additional Location |
 |
|
 |
|
| Source Included |
 |
 |
 |
 |
 |
Like this app? Have questions or comments?
Why not tell the author? Use the "e-mail publisher" link to get in touch with the publisher; they usually love getting feedback.
|
|
|