Functionsยง
- contains_
keyword - Check if a line contains a specific keyword as a distinct token This handles comments and ensures the keyword is not part of another word
- execute_
line - execute_
script - line_
contains_ heredoc - Check if a line contains a heredoc redirection using proper lexer-based detection Returns the delimiter if found, None otherwise
- starts_
with_ keyword - Check if a line starts with a specific keyword