List of Unicode methods: Difference between revisions
Jump to navigation
Jump to search
m Automatically generated page update |
m Automatically generated page update |
||
| Line 2: | Line 2: | ||
replaced, so any manual edits will be lost. You've been warned. --> | replaced, so any manual edits will be lost. You've been warned. --> | ||
{{Template:Method_list_header|class=Unicode}} | {{Template:Method_list_header|class=Unicode}} | ||
, and: | |||
*[[List of String methods]] | |||
*[[List of Float methods]] | |||
<table class="wikitable"> | <table class="wikitable"> | ||
<tr><th>Method</th><th>Description</th></tr> | <tr><th>Method</th><th>Description</th></tr> | ||
Revision as of 21:52, 18 January 2011
, and:
| Method | Description |
|---|---|
| UnicodeChar | The value at a specified position in the input string |
| UnicodeLeft | The left-most characters of the string |
| UnicodeLength | |
| UnicodePositionIn | The numeric position of one string within another |
| UnicodePositionOf | The numeric position of one string within another |
| UnicodeRegexMatch | |
| UnicodeRegexReplace | |
| UnicodeReplace | |
| UnicodeRight | The right-most characters of the string |
| UnicodeSubstring | Return a substring of the method object string |
| UnicodeToEbcdic | |
| UnicodeToEbcdicTRTO | |
| UnicodeToLower | |
| UnicodeToUpper | |
| UnicodeToUtf16 | |
| UnicodeToUtf16Hex | |
| UnicodeToUtf8 | |
| UnicodeToUtf8Hex | |
| UnicodeUntranslatablePosition | |
| UnicodeWith |