formSensitive | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Controls how text with minor differences is treated in comparison operations. | ||||||
Introduced | 7.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: caseSensitive Function: normalizeText Glossary: property | ||||||
Description | Use the formSensitive property to control how text with minor differences is treated in comparison operations. Normalization is a process defined by the Unicode standard for removing minor encoding differences for a small set of characters and is more fully described in the normalizeText function. | ||||||
Tags | database |