Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
elisp 中是否有类似 (function-name regular-expression-string test-string) 的函数来检查测试字符串和正则表达式字符串是否匹配?
就我而言,我需要使用正则表达式来检查文件名字符串是否为 PDF 文件名字符串。
例如,“/mnt/ntfs/dianzishu/pplib/plan/The_linux_virtual_memory_manager.pdf”
更新:我明白了。字符串匹配
该函数是字符串匹配。
(字符串匹配“\.pdf\'”文件名字符串)