Text outlining creates opaque backing similar to drop shadow. Helps make text stand out and blend with image style. Can be used for both text and vector shapes
Cut removes copied text from original source. Ctrl+X (PC) or Command+X (Mac) cuts selected text. Ctrl+V (PC) or Command+V pastes selected text. Ctrl+A (PC) or Command+A selects all text
Linux administration involves disaster recovery, system builds, and security management. System administrators need knowledge of file systems, bash commands, and user management. Basic configuration includes setting hostname, time zone, and /etc/hosts file
find() method searches for substring positions in strings. Method requires one required parameter and two optional parameters. Default search starts at index 0, ends at string length. Returns index of first occurrence or -1 if not found
Information retrieval identifies and retrieves relevant system resources based on search queries. Queries specify information needs and are matched against database information. Results are typically ranked rather than uniquely identifying single objects. Documents are often represented by surrogates or metadata rather than stored directly
Returns index of first occurrence of specified substring in string. Optional starting position parameter allows searching from specific position. Default position is 0, searching stops at string length