Klíčové rozdíly
- FIND is case-sensitive.
- SEARCH is case-insensitive and supports wildcards.
- Use FIND for strict matching and SEARCH for flexible matching.
Kdy se to hodí FIND
- You require exact case-sensitive matching.
- You need strict extraction for codes or identifiers.
Kdy se to hodí SEARCH
- You want to tolerate text variation in user input.
- You need wildcard-based searching.
Související návody a cvičení