public member function
<regex>
std::regex_traits::transform_primarytemplate <class ForwardIterator> string_type transform_primary (ForwardIterator first, ForwardIterator last) const;
Transform string to primary sort key
Returns a string with a primary sort key that represents the character sequence between first and last in a case-insensitive manner.For the standard regex_traits, the function returns a string with a primary sort key for the character sequence if the locale's collate mechanism can produce a recognized primary sort key, otherwise it returns an empty string.
This function is called when a regular expression needs to match a primary equivalence class against a character: As a primary sort key the value returned by this function is expected to be categorized considering only primary character shape, without taking into account case, accentation or other locale-specifics.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4